<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">

<book>
  <title>Swiften Developer's Guide</title>

  <chapter>
    <title>Introduction</title>

    <para>
      This is an introduction
    </para>

    <sect1>
      <title>Section</title>

      <para>
        This is a section
      </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>