From cdb3ef95fdec66f5dc70721c9aeaa242a21eec69 Mon Sep 17 00:00:00 2001 From: Ralph Meijer Date: Fri, 17 Jul 2009 13:35:32 +0000 Subject: [PATCH] Fix docstring. --HG-- extra : convert_revision : svn%3Ab33ecbfc-034c-dc11-8662-000475d9059e/trunk%40187 --- doc/examples/echo_server.tac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/examples/echo_server.tac b/doc/examples/echo_server.tac index 2d3f3f1..127e328 100644 --- a/doc/examples/echo_server.tac +++ b/doc/examples/echo_server.tac @@ -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