mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +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::
|
.. seealso::
|
||||||
|
|
||||||
- :ref:`creating-extension-plugins`
|
- :ref:`create-stanza-plugins`
|
||||||
- :ref:`overriding-parent-interfaces`
|
- :ref:`create-extension-plugins`
|
||||||
|
- :ref:`override-parent-interfaces`
|
||||||
|
|
||||||
|
|
||||||
Registering Stanza Plugins
|
Registering Stanza Plugins
|
||||||
|
|
|
@ -6,3 +6,7 @@ xmlstream
|
||||||
|
|
||||||
.. autoclass:: XMLStream
|
.. autoclass:: XMLStream
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
|
||||||
|
stanzabase
|
||||||
|
|
|
@ -87,8 +87,10 @@ Tutorials, FAQs, and How To Guides
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
|
faq
|
||||||
xeps
|
xeps
|
||||||
xmpp_tdg
|
xmpp_tdg
|
||||||
|
create_stanzas
|
||||||
create_plugin
|
create_plugin
|
||||||
features
|
features
|
||||||
sasl
|
sasl
|
||||||
|
@ -118,7 +120,6 @@ API Reference
|
||||||
api/clientxmpp
|
api/clientxmpp
|
||||||
api/basexmpp
|
api/basexmpp
|
||||||
api/xmlstream
|
api/xmlstream
|
||||||
api/stanzabase
|
|
||||||
|
|
||||||
Additional Info
|
Additional Info
|
||||||
---------------
|
---------------
|
||||||
|
|
Loading…
Reference in a new issue