diff options
Diffstat (limited to 'Documentation/SwiftenDevelopersGuide/Swiften Developers Guide.xml')
-rw-r--r-- | Documentation/SwiftenDevelopersGuide/Swiften Developers Guide.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/SwiftenDevelopersGuide/Swiften Developers Guide.xml b/Documentation/SwiftenDevelopersGuide/Swiften Developers Guide.xml index 1df3781..ab1b796 100644 --- a/Documentation/SwiftenDevelopersGuide/Swiften Developers Guide.xml +++ b/Documentation/SwiftenDevelopersGuide/Swiften Developers Guide.xml @@ -254,8 +254,9 @@ <para> Using <literal>SoftwareVersionResponder</literal> is pretty straightforward, as can be seen in <xref linkend="Example-EchoBot5"/>: - simply construct the responder with the correct - parameters, and it will automatically respond to the incoming + simply construct the responder, set the correct + parameters, call <literal>start()</literal>, and it will automatically respond to + the incoming requests. Other <literal>Responder</literal> classes may provide signals to notify of incoming requests, or may have some other behavior. For a detailed explanation of responders, see |