diff options
author | Lance Stout <lancestout@gmail.com> | 2011-12-31 01:28:41 -0500 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-12-31 01:28:41 -0500 |
commit | 03bc38f7e34f6f8f6d79b58477d56df8e488578c (patch) | |
tree | 326a5b6b5a906294f4849f906476c5ee88ae1367 /docs/howto | |
parent | 4e23a4e08e94db3292be41010d4da572c7ce9ee0 (diff) | |
download | slixmpp-03bc38f7e34f6f8f6d79b58477d56df8e488578c.tar.gz slixmpp-03bc38f7e34f6f8f6d79b58477d56df8e488578c.tar.bz2 slixmpp-03bc38f7e34f6f8f6d79b58477d56df8e488578c.tar.xz slixmpp-03bc38f7e34f6f8f6d79b58477d56df8e488578c.zip |
Add docs on using Iq stanzas.
Diffstat (limited to 'docs/howto')
-rw-r--r-- | docs/howto/stanzas.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/howto/stanzas.rst b/docs/howto/stanzas.rst index 7ca7bbfd..d52a90d4 100644 --- a/docs/howto/stanzas.rst +++ b/docs/howto/stanzas.rst @@ -1,3 +1,5 @@ +.. _work-with-stanzas: + How to Work with Stanza Objects =============================== |