mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-23 19:19:53 +00:00
Moar docs!
This commit is contained in:
parent
4498e992a2
commit
ff5421cefc
3 changed files with 9 additions and 3 deletions
|
@ -96,8 +96,9 @@ of an interface defined by the parent.
|
|||
|
||||
.. seealso::
|
||||
|
||||
- :ref:`creating-extension-plugins`
|
||||
- :ref:`overriding-parent-interfaces`
|
||||
- :ref:`create-stanza-plugins`
|
||||
- :ref:`create-extension-plugins`
|
||||
- :ref:`override-parent-interfaces`
|
||||
|
||||
|
||||
Registering Stanza Plugins
|
||||
|
|
|
@ -6,3 +6,7 @@ xmlstream
|
|||
|
||||
.. autoclass:: XMLStream
|
||||
:members:
|
||||
|
||||
.. toctree::
|
||||
|
||||
stanzabase
|
||||
|
|
|
@ -87,8 +87,10 @@ Tutorials, FAQs, and How To Guides
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
faq
|
||||
xeps
|
||||
xmpp_tdg
|
||||
create_stanzas
|
||||
create_plugin
|
||||
features
|
||||
sasl
|
||||
|
@ -118,7 +120,6 @@ API Reference
|
|||
api/clientxmpp
|
||||
api/basexmpp
|
||||
api/xmlstream
|
||||
api/stanzabase
|
||||
|
||||
Additional Info
|
||||
---------------
|
||||
|
|
Loading…
Reference in a new issue