diff options
author | Lance Stout <lancestout@gmail.com> | 2011-08-17 21:21:37 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-08-17 21:21:37 -0700 |
commit | 961668d420d2241541f4facc64265932c66ad81c (patch) | |
tree | 3b31e69d1148a94b61541a85bba49adc8c5cea6e /docs/index.rst | |
parent | 01061a0355b05c8452b1ef8ca998cd2c51ab4c9e (diff) | |
download | slixmpp-961668d420d2241541f4facc64265932c66ad81c.tar.gz slixmpp-961668d420d2241541f4facc64265932c66ad81c.tar.bz2 slixmpp-961668d420d2241541f4facc64265932c66ad81c.tar.xz slixmpp-961668d420d2241541f4facc64265932c66ad81c.zip |
Add guide for sending a message and then disconnecting.
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/index.rst b/docs/index.rst index 95e49743..5da389b9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -67,7 +67,7 @@ SleekXMPP's design goals and philosphy are: Getting Started (with Examples) ------------------------------- .. toctree:: - :maxdepth: 2 + :maxdepth: 1 getting_started/echobot getting_started/sendlogout @@ -82,27 +82,29 @@ Getting Started (with Examples) Tutorials, FAQs, and How To Guides ---------------------------------- .. toctree:: - :maxdepth: 2 + :maxdepth: 1 xeps xmpp_tdg create_plugin + features sasl handlersmatchers Plugin Guides ~~~~~~~~~~~~~ .. toctree:: - :maxdepth: 2 + :maxdepth: 1 guide_xep_0030 SleekXMPP Architecture and Design --------------------------------- .. toctree:: - :maxdepth: 2 + :maxdepth: 3 - architecture.rst + architecture + plugin_arch API Reference ------------- @@ -111,6 +113,8 @@ API Reference event_index api/clientxmpp + api/basexmpp + api/xmlstream Additional Info --------------- |