diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-05-06 17:44:27 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-05-06 17:44:27 (GMT) |
commit | d76ada0ab59634e3333f9eb5a92d0e850f60d7bf (patch) | |
tree | 5eaae441173fad2ec19ba67d6589f28ecd740991 /Documentation | |
parent | 6f49e5abee37d37b351d68c01374232eccdac458 (diff) | |
download | swift-d76ada0ab59634e3333f9eb5a92d0e850f60d7bf.zip swift-d76ada0ab59634e3333f9eb5a92d0e850f60d7bf.tar.bz2 |
Updated Boost to 1.43.0.
Diffstat (limited to 'Documentation')
-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> |