Changeset 91:f9cd8ca1a62d
- Timestamp:
-
Dec 13, 2010, 6:09:44 PM
(12 years ago)
- Author:
- Ralph Meijer <ralphm@…>
- Branch:
- default
- Message:
-
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.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
-
r73
|
r91
|
|
1 | 1 | #!/usr/bin/env python |
2 | 2 | |
3 | | # Copyright (c) 2003-2009 Ralph Meijer |
| 3 | # Copyright (c) 2003-2010 Ralph Meijer |
4 | 4 | # See LICENSE for details. |
5 | 5 | |
… |
… |
|
18 | 18 | 'wokkel', |
19 | 19 | 'wokkel.test', |
| 20 | 'twisted.plugins', |
20 | 21 | ], |
| 22 | package_data={'twisted.plugins': ['twisted/plugins/server.py']}, |
21 | 23 | ) |