Skip to content

Commit

Permalink
Fix docstring.
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : svn%3Ab33ecbfc-034c-dc11-8662-000475d9059e/trunk%40187
  • Loading branch information
ralphm committed Jul 17, 2009
1 parent 2df4b2b commit cdb3ef9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/examples/echo_server.tac
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
"""
An XMPP echo server as a standalone server via s2s.
This ping responder accepts and initiates server-to-server connections using
dialback and listens on C{127.0.0.1} with the domain C{localhost}.
This echo server accepts and initiates server-to-server connections using
dialback and listens on C{127.0.0.1} with the domain C{localhost}. It will
accept subscription requests for any potential entity at the domain and
send back messages sent to it.
"""

from twisted.application import service, strports
Expand Down

0 comments on commit cdb3ef9

Please sign in to comment.