Last change
on this file since 91:f9cd8ca1a62d was
91:f9cd8ca1a62d,
checked in by Ralph Meijer <ralphm@…>, 12 years ago
|
Add a twistd plugin to set-up a basic XMPP server that accepts components.
This adds a simple twistd plugin that can be configured to accept s2s
connections for a predefined list of domains, and also accepts External
Component connections that service those domains.
|
File size:
288 bytes
|
Line | |
---|
1 | # Copyright (c) 2003-2010 Ralph Meijer |
---|
2 | # See LICENSE for details. |
---|
3 | |
---|
4 | from twisted.application.service import ServiceMaker |
---|
5 | |
---|
6 | WokkelXMPPComponentServer = ServiceMaker( |
---|
7 | "XMPP Component Server", |
---|
8 | "wokkel.componentservertap", |
---|
9 | "An XMPP Component Server", |
---|
10 | "wokkel-component-server") |
---|
Note: See
TracBrowser
for help on using the repository browser.