c66a4d4097
- update most of the examples with slixmpp - change the help channels pointed out in the doc - add a page listing differences from slixmpp and how to use asyncio nicely with slixmpp - fix some in-code rst documentation
28 lines
387 B
ReStructuredText
28 lines
387 B
ReStructuredText
Stanza Handlers
|
|
===============
|
|
|
|
The Basic Handler
|
|
-----------------
|
|
.. module:: slixmpp.xmlstream.handler.base
|
|
|
|
.. autoclass:: BaseHandler
|
|
:members:
|
|
|
|
Callback
|
|
--------
|
|
.. module:: slixmpp.xmlstream.handler
|
|
|
|
.. autoclass:: Callback
|
|
:members:
|
|
|
|
CoroutineCallback
|
|
-----------------
|
|
|
|
.. autoclass:: CoroutineCallback
|
|
:members:
|
|
|
|
Waiter
|
|
------
|
|
|
|
.. autoclass:: Waiter
|
|
:members:
|