diff options
author | Lance Stout <lancestout@gmail.com> | 2012-01-05 11:31:54 -0500 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-01-05 11:31:54 -0500 |
commit | 97378998a5f8c031444fd7a0c1b1007e9282df4d (patch) | |
tree | e53e087c44d11707532118ad55d0c946f33e2f7f /docs/howto | |
download | slixmpp-97378998a5f8c031444fd7a0c1b1007e9282df4d.tar.gz slixmpp-97378998a5f8c031444fd7a0c1b1007e9282df4d.tar.bz2 slixmpp-97378998a5f8c031444fd7a0c1b1007e9282df4d.tar.xz slixmpp-97378998a5f8c031444fd7a0c1b1007e9282df4d.zip |
Break the docs out into their own branch.
Diffstat (limited to 'docs/howto')
-rw-r--r-- | docs/howto/stanzas.rst | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/howto/stanzas.rst b/docs/howto/stanzas.rst new file mode 100644 index 00000000..d52a90d4 --- /dev/null +++ b/docs/howto/stanzas.rst @@ -0,0 +1,30 @@ +.. _work-with-stanzas: + +How to Work with Stanza Objects +=============================== + + +.. _create-stanza-interfaces: + +Defining Stanza Interfaces +-------------------------- + + +.. _create-stanza-plugins: + +Creating Stanza Plugins +----------------------- + + + +.. _create-extension-plugins: + +Creating a Stanza Extension +--------------------------- + + + +.. _override-parent-interfaces: + +Overriding a Parent Stanza +-------------------------- |