diff options
Diffstat (limited to 'Documentation/SwiftenDevelopersGuide')
-rw-r--r-- | Documentation/SwiftenDevelopersGuide/Swiften Developers Guide.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Documentation/SwiftenDevelopersGuide/Swiften Developers Guide.xml b/Documentation/SwiftenDevelopersGuide/Swiften Developers Guide.xml index f980fce..e0a63ae 100644 --- a/Documentation/SwiftenDevelopersGuide/Swiften Developers Guide.xml +++ b/Documentation/SwiftenDevelopersGuide/Swiften Developers Guide.xml @@ -19,4 +19,31 @@ </para> </sect1> </chapter> + + <chapter> + <title>Tutorial: Writing an Echo Bot</title> + + <para> + In this chapter, we build a simple echo bot, illustrating how + to use and extend Swiften for your own purposes. + </para> + + <sect1> + <title>Setting up the build environment</title> + <para> + </para> + </sect1> + + <sect1> + <title>Connecting to the network</title> + <para> + </para> + </sect1> + + <sect1> + <title>T</title> + <para> + </para> + </sect1> + </chapter> </book> |