Changeset 69:8ed65ffed8b2
- Timestamp:
- Jul 17, 2009, 3:35:32 PM (13 years ago)
- Branch:
- default
- Convert:
- svn:b33ecbfc-034c-dc11-8662-000475d9059e/trunk@187
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/examples/echo_server.tac
r68 r69 2 2 An XMPP echo server as a standalone server via s2s. 3 3 4 This ping responder accepts and initiates server-to-server connections using 5 dialback and listens on C{127.0.0.1} with the domain C{localhost}. 4 This echo server accepts and initiates server-to-server connections using 5 dialback and listens on C{127.0.0.1} with the domain C{localhost}. It will 6 accept subscription requests for any potential entity at the domain and 7 send back messages sent to it. 6 8 """ 7 9
Note: See TracChangeset
for help on using the changeset viewer.