Merge branch 'docs-event-sphinx-plugins' into 'master'
Docs: add more events, add plugins to the doc See merge request poezio/slixmpp!84
This commit is contained in:
commit
1e2d15b8f5
96
docs/api/plugins/index.rst
Normal file
96
docs/api/plugins/index.rst
Normal file
@ -0,0 +1,96 @@
|
||||
Plugins
|
||||
=======
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
xep_0004
|
||||
xep_0009
|
||||
xep_0012
|
||||
xep_0013
|
||||
xep_0020
|
||||
xep_0027
|
||||
xep_0030
|
||||
xep_0033
|
||||
xep_0045
|
||||
xep_0047
|
||||
xep_0049
|
||||
xep_0050
|
||||
xep_0054
|
||||
xep_0059
|
||||
xep_0060
|
||||
xep_0065
|
||||
xep_0066
|
||||
xep_0070
|
||||
xep_0071
|
||||
xep_0077
|
||||
xep_0079
|
||||
xep_0080
|
||||
xep_0082
|
||||
xep_0084
|
||||
xep_0085
|
||||
xep_0086
|
||||
xep_0092
|
||||
xep_0106
|
||||
xep_0107
|
||||
xep_0108
|
||||
xep_0115
|
||||
xep_0118
|
||||
xep_0122
|
||||
xep_0128
|
||||
xep_0131
|
||||
xep_0133
|
||||
xep_0152
|
||||
xep_0153
|
||||
xep_0163
|
||||
xep_0172
|
||||
xep_0184
|
||||
xep_0186
|
||||
xep_0191
|
||||
xep_0196
|
||||
xep_0198
|
||||
xep_0199
|
||||
xep_0202
|
||||
xep_0203
|
||||
xep_0221
|
||||
xep_0222
|
||||
xep_0223
|
||||
xep_0224
|
||||
xep_0231
|
||||
xep_0235
|
||||
xep_0249
|
||||
xep_0256
|
||||
xep_0257
|
||||
xep_0258
|
||||
xep_0279
|
||||
xep_0280
|
||||
xep_0297
|
||||
xep_0300
|
||||
xep_0308
|
||||
xep_0313
|
||||
xep_0319
|
||||
xep_0332
|
||||
xep_0333
|
||||
xep_0334
|
||||
xep_0335
|
||||
xep_0352
|
||||
xep_0353
|
||||
xep_0359
|
||||
xep_0363
|
||||
xep_0369
|
||||
xep_0377
|
||||
xep_0380
|
||||
xep_0394
|
||||
xep_0403
|
||||
xep_0404
|
||||
xep_0405
|
||||
xep_0421
|
||||
xep_0422
|
||||
xep_0424
|
||||
xep_0425
|
||||
xep_0428
|
||||
xep_0437
|
||||
xep_0439
|
||||
xep_0444
|
||||
|
||||
|
21
docs/api/plugins/xep_0004.rst
Normal file
21
docs/api/plugins/xep_0004.rst
Normal file
@ -0,0 +1,21 @@
|
||||
|
||||
XEP 0004
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0004
|
||||
|
||||
.. autoclass:: XEP_0004
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0004.stanza.field
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0004.stanza.form
|
||||
:members:
|
||||
:undoc-members:
|
18
docs/api/plugins/xep_0009.rst
Normal file
18
docs/api/plugins/xep_0009.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0009
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0009
|
||||
|
||||
.. autoclass:: XEP_0009
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0009.stanza.RPC
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0012.rst
Normal file
18
docs/api/plugins/xep_0012.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0012
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0012
|
||||
|
||||
.. autoclass:: XEP_0012
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0012.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0013.rst
Normal file
18
docs/api/plugins/xep_0013.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0013
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0013
|
||||
|
||||
.. autoclass:: XEP_0013
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0013.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0020.rst
Normal file
18
docs/api/plugins/xep_0020.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0020
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0020
|
||||
|
||||
.. autoclass:: XEP_0020
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0020.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0027.rst
Normal file
18
docs/api/plugins/xep_0027.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0027
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0027
|
||||
|
||||
.. autoclass:: XEP_0027
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0027.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
22
docs/api/plugins/xep_0030.rst
Normal file
22
docs/api/plugins/xep_0030.rst
Normal file
@ -0,0 +1,22 @@
|
||||
|
||||
XEP 0030
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0030
|
||||
|
||||
.. autoclass:: XEP_0030
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0030.stanza.info
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0030.stanza.items
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0033.rst
Normal file
18
docs/api/plugins/xep_0033.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0033
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0033
|
||||
|
||||
.. autoclass:: XEP_0033
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0033.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0045.rst
Normal file
18
docs/api/plugins/xep_0045.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0045
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0045
|
||||
|
||||
.. autoclass:: XEP_0045
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0045.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0047.rst
Normal file
18
docs/api/plugins/xep_0047.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0047
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0047
|
||||
|
||||
.. autoclass:: XEP_0047
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0047.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0049.rst
Normal file
18
docs/api/plugins/xep_0049.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0049
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0049
|
||||
|
||||
.. autoclass:: XEP_0049
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0049.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0050.rst
Normal file
18
docs/api/plugins/xep_0050.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0050
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0050
|
||||
|
||||
.. autoclass:: XEP_0050
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0050.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0054.rst
Normal file
18
docs/api/plugins/xep_0054.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0054
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0054
|
||||
|
||||
.. autoclass:: XEP_0054
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0054.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0059.rst
Normal file
18
docs/api/plugins/xep_0059.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0059
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0059
|
||||
|
||||
.. autoclass:: XEP_0059
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0059.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
37
docs/api/plugins/xep_0060.rst
Normal file
37
docs/api/plugins/xep_0060.rst
Normal file
@ -0,0 +1,37 @@
|
||||
|
||||
XEP 0060
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0060
|
||||
|
||||
.. autoclass:: XEP_0060
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0060.stanza.base
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0060.stanza.pubsub
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0060.stanza.pubsub_errors
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0060.stanza.pubsub_owner
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0060.stanza.pubsub_event
|
||||
:members:
|
||||
:undoc-members:
|
18
docs/api/plugins/xep_0065.rst
Normal file
18
docs/api/plugins/xep_0065.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0065
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0065
|
||||
|
||||
.. autoclass:: XEP_0065
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0065.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0066.rst
Normal file
18
docs/api/plugins/xep_0066.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0066
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0066
|
||||
|
||||
.. autoclass:: XEP_0066
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0066.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0070.rst
Normal file
18
docs/api/plugins/xep_0070.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0070
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0070
|
||||
|
||||
.. autoclass:: XEP_0070
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0070.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0071.rst
Normal file
18
docs/api/plugins/xep_0071.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0071
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0071
|
||||
|
||||
.. autoclass:: XEP_0071
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0071.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0077.rst
Normal file
18
docs/api/plugins/xep_0077.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0077
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0077
|
||||
|
||||
.. autoclass:: XEP_0077
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0077.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0079.rst
Normal file
18
docs/api/plugins/xep_0079.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0079
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0079
|
||||
|
||||
.. autoclass:: XEP_0079
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0079.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0080.rst
Normal file
18
docs/api/plugins/xep_0080.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0080
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0080
|
||||
|
||||
.. autoclass:: XEP_0080
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0080.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
9
docs/api/plugins/xep_0082.rst
Normal file
9
docs/api/plugins/xep_0082.rst
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
XEP 0082
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0082
|
||||
|
||||
.. autoclass:: XEP_0082
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
18
docs/api/plugins/xep_0084.rst
Normal file
18
docs/api/plugins/xep_0084.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0084
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0084
|
||||
|
||||
.. autoclass:: XEP_0084
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0084.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0085.rst
Normal file
18
docs/api/plugins/xep_0085.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0085
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0085
|
||||
|
||||
.. autoclass:: XEP_0085
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0085.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0086.rst
Normal file
18
docs/api/plugins/xep_0086.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0086
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0086
|
||||
|
||||
.. autoclass:: XEP_0086
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0086.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0092.rst
Normal file
18
docs/api/plugins/xep_0092.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0092
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0092
|
||||
|
||||
.. autoclass:: XEP_0092
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0092.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
9
docs/api/plugins/xep_0106.rst
Normal file
9
docs/api/plugins/xep_0106.rst
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
XEP 0106
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0106
|
||||
|
||||
.. autoclass:: XEP_0106
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
18
docs/api/plugins/xep_0107.rst
Normal file
18
docs/api/plugins/xep_0107.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0107
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0107
|
||||
|
||||
.. autoclass:: XEP_0107
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0107.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0108.rst
Normal file
18
docs/api/plugins/xep_0108.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0108
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0108
|
||||
|
||||
.. autoclass:: XEP_0108
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0108.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0115.rst
Normal file
18
docs/api/plugins/xep_0115.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0115
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0115
|
||||
|
||||
.. autoclass:: XEP_0115
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0115.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0118.rst
Normal file
18
docs/api/plugins/xep_0118.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0118
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0118
|
||||
|
||||
.. autoclass:: XEP_0118
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0118.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0122.rst
Normal file
18
docs/api/plugins/xep_0122.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0122
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0122
|
||||
|
||||
.. autoclass:: XEP_0122
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0122.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
9
docs/api/plugins/xep_0128.rst
Normal file
9
docs/api/plugins/xep_0128.rst
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
XEP 0128
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0128
|
||||
|
||||
.. autoclass:: XEP_0128
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
18
docs/api/plugins/xep_0131.rst
Normal file
18
docs/api/plugins/xep_0131.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0131
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0131
|
||||
|
||||
.. autoclass:: XEP_0131
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0131.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
9
docs/api/plugins/xep_0133.rst
Normal file
9
docs/api/plugins/xep_0133.rst
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
XEP 0133
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0133
|
||||
|
||||
.. autoclass:: XEP_0133
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
18
docs/api/plugins/xep_0152.rst
Normal file
18
docs/api/plugins/xep_0152.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0152
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0152
|
||||
|
||||
.. autoclass:: XEP_0152
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0152.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0153.rst
Normal file
18
docs/api/plugins/xep_0153.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0153
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0153
|
||||
|
||||
.. autoclass:: XEP_0153
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0153.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
9
docs/api/plugins/xep_0163.rst
Normal file
9
docs/api/plugins/xep_0163.rst
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
XEP 0163
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0163
|
||||
|
||||
.. autoclass:: XEP_0163
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
18
docs/api/plugins/xep_0172.rst
Normal file
18
docs/api/plugins/xep_0172.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0172
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0172
|
||||
|
||||
.. autoclass:: XEP_0172
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0172.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0184.rst
Normal file
18
docs/api/plugins/xep_0184.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0184
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0184
|
||||
|
||||
.. autoclass:: XEP_0184
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0184.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0186.rst
Normal file
18
docs/api/plugins/xep_0186.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0186
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0186
|
||||
|
||||
.. autoclass:: XEP_0186
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0186.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0191.rst
Normal file
18
docs/api/plugins/xep_0191.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0191
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0191
|
||||
|
||||
.. autoclass:: XEP_0191
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0191.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0196.rst
Normal file
18
docs/api/plugins/xep_0196.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0196
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0196
|
||||
|
||||
.. autoclass:: XEP_0196
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0196.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0198.rst
Normal file
18
docs/api/plugins/xep_0198.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0198
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0198
|
||||
|
||||
.. autoclass:: XEP_0198
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0198.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0199.rst
Normal file
18
docs/api/plugins/xep_0199.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0199
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0199
|
||||
|
||||
.. autoclass:: XEP_0199
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0199.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0202.rst
Normal file
18
docs/api/plugins/xep_0202.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0202
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0202
|
||||
|
||||
.. autoclass:: XEP_0202
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0202.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0203.rst
Normal file
18
docs/api/plugins/xep_0203.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0203
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0203
|
||||
|
||||
.. autoclass:: XEP_0203
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0203.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0221.rst
Normal file
18
docs/api/plugins/xep_0221.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0221
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0221
|
||||
|
||||
.. autoclass:: XEP_0221
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0221.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
9
docs/api/plugins/xep_0222.rst
Normal file
9
docs/api/plugins/xep_0222.rst
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
XEP 0222
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0222
|
||||
|
||||
.. autoclass:: XEP_0222
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
9
docs/api/plugins/xep_0223.rst
Normal file
9
docs/api/plugins/xep_0223.rst
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
XEP 0223
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0223
|
||||
|
||||
.. autoclass:: XEP_0223
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
18
docs/api/plugins/xep_0224.rst
Normal file
18
docs/api/plugins/xep_0224.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0224
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0224
|
||||
|
||||
.. autoclass:: XEP_0224
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0224.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0231.rst
Normal file
18
docs/api/plugins/xep_0231.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0231
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0231
|
||||
|
||||
.. autoclass:: XEP_0231
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0231.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0235.rst
Normal file
18
docs/api/plugins/xep_0235.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0235
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0235
|
||||
|
||||
.. autoclass:: XEP_0235
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0235.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0249.rst
Normal file
18
docs/api/plugins/xep_0249.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0249
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0249
|
||||
|
||||
.. autoclass:: XEP_0249
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0249.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
9
docs/api/plugins/xep_0256.rst
Normal file
9
docs/api/plugins/xep_0256.rst
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
XEP 0256
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0256
|
||||
|
||||
.. autoclass:: XEP_0256
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
18
docs/api/plugins/xep_0257.rst
Normal file
18
docs/api/plugins/xep_0257.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0257
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0257
|
||||
|
||||
.. autoclass:: XEP_0257
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0257.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0258.rst
Normal file
18
docs/api/plugins/xep_0258.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0258
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0258
|
||||
|
||||
.. autoclass:: XEP_0258
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0258.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0279.rst
Normal file
18
docs/api/plugins/xep_0279.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0279
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0279
|
||||
|
||||
.. autoclass:: XEP_0279
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0279.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0280.rst
Normal file
18
docs/api/plugins/xep_0280.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0280
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0280
|
||||
|
||||
.. autoclass:: XEP_0280
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0280.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0297.rst
Normal file
18
docs/api/plugins/xep_0297.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0297
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0297
|
||||
|
||||
.. autoclass:: XEP_0297
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0297.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0300.rst
Normal file
18
docs/api/plugins/xep_0300.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0300
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0300
|
||||
|
||||
.. autoclass:: XEP_0300
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0300.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0308.rst
Normal file
18
docs/api/plugins/xep_0308.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0308
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0308
|
||||
|
||||
.. autoclass:: XEP_0308
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0308.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0313.rst
Normal file
18
docs/api/plugins/xep_0313.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0313
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0313
|
||||
|
||||
.. autoclass:: XEP_0313
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0313.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0319.rst
Normal file
18
docs/api/plugins/xep_0319.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0319
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0319
|
||||
|
||||
.. autoclass:: XEP_0319
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0319.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
26
docs/api/plugins/xep_0332.rst
Normal file
26
docs/api/plugins/xep_0332.rst
Normal file
@ -0,0 +1,26 @@
|
||||
|
||||
XEP 0332
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0332
|
||||
|
||||
.. autoclass:: XEP_0332
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0332.stanza.data
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0332.stanza.request
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0332.stanza.response
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0333.rst
Normal file
18
docs/api/plugins/xep_0333.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0333
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0333
|
||||
|
||||
.. autoclass:: XEP_0333
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0333.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0334.rst
Normal file
18
docs/api/plugins/xep_0334.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0334
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0334
|
||||
|
||||
.. autoclass:: XEP_0334
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0334.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0335.rst
Normal file
18
docs/api/plugins/xep_0335.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0335
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0335
|
||||
|
||||
.. autoclass:: XEP_0335
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0335.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0352.rst
Normal file
18
docs/api/plugins/xep_0352.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0352
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0352
|
||||
|
||||
.. autoclass:: XEP_0352
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0352.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0353.rst
Normal file
18
docs/api/plugins/xep_0353.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0353
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0353
|
||||
|
||||
.. autoclass:: XEP_0353
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0353.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0359.rst
Normal file
18
docs/api/plugins/xep_0359.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0359
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0359
|
||||
|
||||
.. autoclass:: XEP_0359
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0359.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0363.rst
Normal file
18
docs/api/plugins/xep_0363.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0363
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0363
|
||||
|
||||
.. autoclass:: XEP_0363
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0363.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0369.rst
Normal file
18
docs/api/plugins/xep_0369.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0369
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0369
|
||||
|
||||
.. autoclass:: XEP_0369
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0369.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0377.rst
Normal file
18
docs/api/plugins/xep_0377.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0377
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0377
|
||||
|
||||
.. autoclass:: XEP_0377
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0377.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0380.rst
Normal file
18
docs/api/plugins/xep_0380.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0380
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0380
|
||||
|
||||
.. autoclass:: XEP_0380
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0380.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0394.rst
Normal file
18
docs/api/plugins/xep_0394.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0394
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0394
|
||||
|
||||
.. autoclass:: XEP_0394
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0394.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0403.rst
Normal file
18
docs/api/plugins/xep_0403.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0403
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0403
|
||||
|
||||
.. autoclass:: XEP_0403
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0403.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0404.rst
Normal file
18
docs/api/plugins/xep_0404.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0404
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0404
|
||||
|
||||
.. autoclass:: XEP_0404
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0404.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0405.rst
Normal file
18
docs/api/plugins/xep_0405.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0405
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0405
|
||||
|
||||
.. autoclass:: XEP_0405
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0405.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0421.rst
Normal file
18
docs/api/plugins/xep_0421.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0421
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0421
|
||||
|
||||
.. autoclass:: XEP_0421
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0421.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0422.rst
Normal file
18
docs/api/plugins/xep_0422.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0422
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0422
|
||||
|
||||
.. autoclass:: XEP_0422
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0422.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0424.rst
Normal file
18
docs/api/plugins/xep_0424.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0424
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0424
|
||||
|
||||
.. autoclass:: XEP_0424
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0424.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0425.rst
Normal file
18
docs/api/plugins/xep_0425.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0425
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0425
|
||||
|
||||
.. autoclass:: XEP_0425
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0425.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0428.rst
Normal file
18
docs/api/plugins/xep_0428.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0428
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0428
|
||||
|
||||
.. autoclass:: XEP_0428
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0428.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0437.rst
Normal file
18
docs/api/plugins/xep_0437.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0437
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0437
|
||||
|
||||
.. autoclass:: XEP_0437
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0437.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0439.rst
Normal file
18
docs/api/plugins/xep_0439.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0439
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0439
|
||||
|
||||
.. autoclass:: XEP_0439
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0439.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
18
docs/api/plugins/xep_0444.rst
Normal file
18
docs/api/plugins/xep_0444.rst
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
XEP 0444
|
||||
========
|
||||
|
||||
.. module:: slixmpp.plugins.xep_0444
|
||||
|
||||
.. autoclass:: XEP_0444
|
||||
:members:
|
||||
:exclude-members: session_bind, plugin_init, plugin_end
|
||||
|
||||
|
||||
Stanza elements
|
||||
---------------
|
||||
|
||||
.. automodule:: slixmpp.plugins.xep_0444.stanza
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
@ -2,6 +2,7 @@ IQ Stanza
|
||||
=========
|
||||
|
||||
.. module:: slixmpp.stanza
|
||||
:noindex:
|
||||
|
||||
.. autoclass:: Iq
|
||||
:members:
|
||||
|
@ -2,6 +2,7 @@ Message Stanza
|
||||
==============
|
||||
|
||||
.. module:: slixmpp.stanza
|
||||
:noindex:
|
||||
|
||||
.. autoclass:: Message
|
||||
:members:
|
||||
|
@ -1,4 +1,5 @@
|
||||
.. module:: slixmpp.xmlstream.tostring
|
||||
:noindex:
|
||||
|
||||
.. _tostring:
|
||||
|
||||
|
@ -30,7 +30,11 @@ release = ".".join(version.split(".")[0:2])
|
||||
|
||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.intersphinx']
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.intersphinx',
|
||||
'sphinx_autodoc_typehints',
|
||||
]
|
||||
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
@ -38,24 +38,24 @@ Event Index
|
||||
subscription decisions.
|
||||
|
||||
chatstate_active
|
||||
- **Data:**
|
||||
- **Source:**
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0085.xep_0085`
|
||||
|
||||
chatstate_composing
|
||||
- **Data:**
|
||||
- **Source:**
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0085.xep_0085`
|
||||
|
||||
chatstate_gone
|
||||
- **Data:**
|
||||
- **Source:**
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0085.xep_0085`
|
||||
|
||||
chatstate_inactive
|
||||
- **Data:**
|
||||
- **Source:**
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0085.xep_0085`
|
||||
|
||||
chatstate_paused
|
||||
- **Data:**
|
||||
- **Source:**
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0085.xep_0085`
|
||||
|
||||
disco_info
|
||||
- **Data:** :py:class:`~slixmpp.plugins.xep_0030.stanza.DiscoInfo`
|
||||
@ -112,8 +112,8 @@ Event Index
|
||||
Signal that an unavailable presence stanza has been received from a JID.
|
||||
|
||||
groupchat_invite
|
||||
- **Data:**
|
||||
- **Source:**
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0045.XEP_0045`
|
||||
|
||||
groupchat_direct_invite
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
@ -172,20 +172,20 @@ Event Index
|
||||
Triggered whenever a data form is received inside a message.
|
||||
|
||||
muc::[room]::got_offline
|
||||
- **Data:**
|
||||
- **Source:**
|
||||
- **Data:** :py:class:`~slixmpp.Presence`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0045.XEP_0045`
|
||||
|
||||
muc::[room]::got_online
|
||||
- **Data:**
|
||||
- **Source:**
|
||||
- **Data:** :py:class:`~slixmpp.Presence`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0045.XEP_0045`
|
||||
|
||||
muc::[room]::message
|
||||
- **Data:**
|
||||
- **Source:**
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0045.XEP_0045`
|
||||
|
||||
muc::[room]::presence
|
||||
- **Data:**
|
||||
- **Source:**
|
||||
- **Data:** :py:class:`~slixmpp.Presence`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0045.XEP_0045`
|
||||
|
||||
presence_available
|
||||
- **Data:** :py:class:`~slixmpp.Presence`
|
||||
@ -280,3 +280,127 @@ Event Index
|
||||
stream_error
|
||||
- **Data:** :py:class:`~slixmpp.stanza.StreamError`
|
||||
- **Source:** :py:class:`~slixmpp.BaseXMPP`
|
||||
|
||||
reactions
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0444.XEP_0444`
|
||||
|
||||
carbon_received
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0280.XEP_0280`
|
||||
|
||||
carbon_sent
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0280.XEP_0280`
|
||||
|
||||
marker
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0333.XEP_0333`
|
||||
|
||||
marker_received
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0333.XEP_0333`
|
||||
|
||||
marker_displayed
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0333.XEP_0333`
|
||||
|
||||
marker_acknowledged
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0333.XEP_0333`
|
||||
|
||||
attention
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0224.XEP_0224`
|
||||
|
||||
message_correction
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0308.XEP_0308`
|
||||
|
||||
receipt_received
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0184.XEP_0184`
|
||||
|
||||
jingle_message_propose
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0353.XEP_0353`
|
||||
|
||||
jingle_message_retract
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0353.XEP_0353`
|
||||
|
||||
jingle_message_accept
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0353.XEP_0353`
|
||||
|
||||
jingle_message_proceed
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0353.XEP_0353`
|
||||
|
||||
jingle_message_reject
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0353.XEP_0353`
|
||||
|
||||
room_activity
|
||||
- **Data:** :py:class:`~slixmpp.Presence`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0437.XEP_0437`
|
||||
|
||||
room_activity_bare
|
||||
- **Data:** :py:class:`~slixmpp.Presence`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0437.XEP_0437`
|
||||
|
||||
sm_enabled
|
||||
- **Data:** :py:class:`~slixmpp.plugins.xep_0198.stanza.Enabled`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0198.XEP_0198`
|
||||
|
||||
sm_disabled
|
||||
- **Data:**
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0198.XEP_0198`
|
||||
|
||||
ibb_stream_start
|
||||
- **Data:** :py:class:`~slixmpp.plugins.xep_0047.stream.IBBBytestream`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0047.XEP_0047`
|
||||
|
||||
ibb_stream_end
|
||||
- **Data:** :py:class:`~slixmpp.plugins.xep_0047.stream.IBBBytestream`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0047.XEP_0047`
|
||||
|
||||
ibb_stream_data
|
||||
- **Data:** :py:class:`~slixmpp.plugins.xep_0047.stream.IBBBytestream`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0047.XEP_0047`
|
||||
|
||||
stream:[stream id]:[peer jid]
|
||||
- **Data:** :py:class:`~slixmpp.plugins.xep_0047.stream.IBBBytestream`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0047.XEP_0047`
|
||||
|
||||
command
|
||||
- **Data:** :py:class:`~slixmpp.Iq`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0050.XEP_0050`
|
||||
|
||||
command_[action]
|
||||
- **Data:** :py:class:`~slixmpp.Iq`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0050.XEP_0050`
|
||||
|
||||
pubsub_publish
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0060.XEP_0060`
|
||||
|
||||
pubsub_retract
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0060.XEP_0060`
|
||||
|
||||
pubsub_purge
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0060.XEP_0060`
|
||||
|
||||
pubsub_delete
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0060.XEP_0060`
|
||||
|
||||
pubsub_config
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0060.XEP_0060`
|
||||
|
||||
pubsub_subscription
|
||||
- **Data:** :py:class:`~slixmpp.Message`
|
||||
- **Source:** :py:class:`~slixmpp.plugins.xep_0060.XEP_0060`
|
||||
|
@ -32,3 +32,11 @@ Glossary
|
||||
|
||||
substanza
|
||||
See :term:`stanza plugin`
|
||||
|
||||
interfaces
|
||||
A set of keys defined on a :term:`stanza plugin`.
|
||||
|
||||
stanza
|
||||
An XML payload sent over the XML stream, which is the root of XMPP.
|
||||
A stanza is either ``<iq/>``, ``<message/>`` or ``<presence/>``. Other
|
||||
elements are called nonzas.
|
||||
|
@ -76,49 +76,49 @@ Plik zawiera prostą strukturę, która pozwoli nam zapisać dane logowania.
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
#!/usr/bin/python3
|
||||
#File: /usr/bin/test_slixmpp & permissions rwx--x--x (711)
|
||||
#!/usr/bin/python3
|
||||
#File: /usr/bin/test_slixmpp & permissions rwx--x--x (711)
|
||||
|
||||
import subprocess
|
||||
import time
|
||||
import subprocess
|
||||
import time
|
||||
|
||||
if __name__ == "__main__":
|
||||
#~ prefix = ["x-terminal-emulator", "-e"] # Osobny terminal dla kazdego klienta, może być zastąpiony inną konsolą.
|
||||
#~ prefix = ["xterm", "-e"]
|
||||
prefix = []
|
||||
#~ suffix = ["-d"] # Debug
|
||||
#~ suffix = ["-q"] # Quiet
|
||||
suffix = []
|
||||
if __name__ == "__main__":
|
||||
#~ prefix = ["x-terminal-emulator", "-e"] # Osobny terminal dla kazdego klienta, może być zastąpiony inną konsolą.
|
||||
#~ prefix = ["xterm", "-e"]
|
||||
prefix = []
|
||||
#~ suffix = ["-d"] # Debug
|
||||
#~ suffix = ["-q"] # Quiet
|
||||
suffix = []
|
||||
|
||||
sender_path = "./example/sender.py"
|
||||
sender_jid = "SENDER_JID"
|
||||
sender_password = "SENDER_PASSWORD"
|
||||
sender_path = "./example/sender.py"
|
||||
sender_jid = "SENDER_JID"
|
||||
sender_password = "SENDER_PASSWORD"
|
||||
|
||||
example_file = "./test_example_tag.xml"
|
||||
example_file = "./test_example_tag.xml"
|
||||
|
||||
responder_path = "./example/responder.py"
|
||||
responder_jid = "RESPONDER_JID"
|
||||
responder_password = "RESPONDER_PASSWORD"
|
||||
responder_path = "./example/responder.py"
|
||||
responder_jid = "RESPONDER_JID"
|
||||
responder_password = "RESPONDER_PASSWORD"
|
||||
|
||||
# Remember about the executable permission. (`chmod +x ./file.py`)
|
||||
SENDER_TEST = prefix + [sender_path, "-j", sender_jid, "-p", sender_password, "-t", responder_jid, "--path", example_file] + suffix
|
||||
RESPON_TEST = prefix + [responder_path, "-j", responder_jid, "-p", responder_password] + suffix
|
||||
# Remember about the executable permission. (`chmod +x ./file.py`)
|
||||
SENDER_TEST = prefix + [sender_path, "-j", sender_jid, "-p", sender_password, "-t", responder_jid, "--path", example_file] + suffix
|
||||
RESPON_TEST = prefix + [responder_path, "-j", responder_jid, "-p", responder_password] + suffix
|
||||
|
||||
try:
|
||||
responder = subprocess.Popen(RESPON_TEST)
|
||||
sender = subprocess.Popen(SENDER_TEST)
|
||||
responder.wait()
|
||||
sender.wait()
|
||||
except:
|
||||
try:
|
||||
responder.terminate()
|
||||
except NameError:
|
||||
pass
|
||||
try:
|
||||
sender.terminate()
|
||||
except NameError:
|
||||
pass
|
||||
raise
|
||||
try:
|
||||
responder = subprocess.Popen(RESPON_TEST)
|
||||
sender = subprocess.Popen(SENDER_TEST)
|
||||
responder.wait()
|
||||
sender.wait()
|
||||
except:
|
||||
try:
|
||||
responder.terminate()
|
||||
except NameError:
|
||||
pass
|
||||
try:
|
||||
sender.terminate()
|
||||
except NameError:
|
||||
pass
|
||||
raise
|
||||
|
||||
Skrypt uruchamiający powinien być dostosowany do potrzeb urzytkownika: można w nim pobierać ścieżki do projektu z linii komend (przez `'sys.argv[...]'` lub `'os.getcwd()'`), wybierać z jaką flagą mają zostać uruchomione programy oraz wiele innych. Jego należyte przygotowanie pozwoli zaoszczędzić czas i nerwy podczas późniejszych prac.
|
||||
|
||||
@ -1263,49 +1263,49 @@ W poniższym kodzie zostały pozostawione oryginalne komentarze w języku angiel
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
#!/usr/bin/python3
|
||||
#File: /usr/bin/test_slixmpp & permissions rwx--x--x (711)
|
||||
#!/usr/bin/python3
|
||||
#File: /usr/bin/test_slixmpp & permissions rwx--x--x (711)
|
||||
|
||||
import subprocess
|
||||
import time
|
||||
import subprocess
|
||||
import time
|
||||
|
||||
if __name__ == "__main__":
|
||||
#~ prefix = ["x-terminal-emulator", "-e"] # Separate terminal for every client; can be replaced with other terminal
|
||||
#~ prefix = ["xterm", "-e"]
|
||||
prefix = []
|
||||
#~ suffix = ["-d"] # Debug
|
||||
#~ suffix = ["-q"] # Quiet
|
||||
suffix = []
|
||||
if __name__ == "__main__":
|
||||
#~ prefix = ["x-terminal-emulator", "-e"] # Separate terminal for every client; can be replaced with other terminal
|
||||
#~ prefix = ["xterm", "-e"]
|
||||
prefix = []
|
||||
#~ suffix = ["-d"] # Debug
|
||||
#~ suffix = ["-q"] # Quiet
|
||||
suffix = []
|
||||
|
||||
sender_path = "./example/sender.py"
|
||||
sender_jid = "SENDER_JID"
|
||||
sender_password = "SENDER_PASSWORD"
|
||||
sender_path = "./example/sender.py"
|
||||
sender_jid = "SENDER_JID"
|
||||
sender_password = "SENDER_PASSWORD"
|
||||
|
||||
example_file = "./test_example_tag.xml"
|
||||
example_file = "./test_example_tag.xml"
|
||||
|
||||
responder_path = "./example/responder.py"
|
||||
responder_jid = "RESPONDER_JID"
|
||||
responder_password = "RESPONDER_PASSWORD"
|
||||
responder_path = "./example/responder.py"
|
||||
responder_jid = "RESPONDER_JID"
|
||||
responder_password = "RESPONDER_PASSWORD"
|
||||
|
||||
# Remember about the executable permission. (`chmod +x ./file.py`)
|
||||
SENDER_TEST = prefix + [sender_path, "-j", sender_jid, "-p", sender_password, "-t", responder_jid, "--path", example_file] + suffix
|
||||
RESPON_TEST = prefix + [responder_path, "-j", responder_jid, "-p", responder_password] + suffix
|
||||
# Remember about the executable permission. (`chmod +x ./file.py`)
|
||||
SENDER_TEST = prefix + [sender_path, "-j", sender_jid, "-p", sender_password, "-t", responder_jid, "--path", example_file] + suffix
|
||||
RESPON_TEST = prefix + [responder_path, "-j", responder_jid, "-p", responder_password] + suffix
|
||||
|
||||
try:
|
||||
responder = subprocess.Popen(RESPON_TEST)
|
||||
sender = subprocess.Popen(SENDER_TEST)
|
||||
responder.wait()
|
||||
sender.wait()
|
||||
except:
|
||||
try:
|
||||
responder.terminate()
|
||||
except NameError:
|
||||
pass
|
||||
try:
|
||||
sender.terminate()
|
||||
except NameError:
|
||||
pass
|
||||
raise
|
||||
try:
|
||||
responder = subprocess.Popen(RESPON_TEST)
|
||||
sender = subprocess.Popen(SENDER_TEST)
|
||||
responder.wait()
|
||||
sender.wait()
|
||||
except:
|
||||
try:
|
||||
responder.terminate()
|
||||
except NameError:
|
||||
pass
|
||||
try:
|
||||
sender.terminate()
|
||||
except NameError:
|
||||
pass
|
||||
raise
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
@ -76,49 +76,49 @@ This file contains a simple structure for logging credentials:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
#!/usr/bin/python3
|
||||
#File: /usr/bin/test_slixmpp & permissions rwx--x--x (711)
|
||||
#!/usr/bin/python3
|
||||
#File: /usr/bin/test_slixmpp & permissions rwx--x--x (711)
|
||||
|
||||
import subprocess
|
||||
import time
|
||||
import subprocess
|
||||
import time
|
||||
|
||||
if __name__ == "__main__":
|
||||
#~ prefix = ["x-terminal-emulator", "-e"] # Separate terminal for every client; can be replaced with other terminal
|
||||
#~ prefix = ["xterm", "-e"]
|
||||
prefix = []
|
||||
#~ suffix = ["-d"] # Debug
|
||||
#~ suffix = ["-q"] # Quiet
|
||||
suffix = []
|
||||
if __name__ == "__main__":
|
||||
#~ prefix = ["x-terminal-emulator", "-e"] # Separate terminal for every client; can be replaced with other terminal
|
||||
#~ prefix = ["xterm", "-e"]
|
||||
prefix = []
|
||||
#~ suffix = ["-d"] # Debug
|
||||
#~ suffix = ["-q"] # Quiet
|
||||
suffix = []
|
||||
|
||||
sender_path = "./example/sender.py"
|
||||
sender_jid = "SENDER_JID"
|
||||
sender_password = "SENDER_PASSWORD"
|
||||
sender_path = "./example/sender.py"
|
||||
sender_jid = "SENDER_JID"
|
||||
sender_password = "SENDER_PASSWORD"
|
||||
|
||||
example_file = "./test_example_tag.xml"
|
||||
example_file = "./test_example_tag.xml"
|
||||
|
||||
responder_path = "./example/responder.py"
|
||||
responder_jid = "RESPONDER_JID"
|
||||
responder_password = "RESPONDER_PASSWORD"
|
||||
responder_path = "./example/responder.py"
|
||||
responder_jid = "RESPONDER_JID"
|
||||
responder_password = "RESPONDER_PASSWORD"
|
||||
|
||||
# Remember about the executable permission. (`chmod +x ./file.py`)
|
||||
SENDER_TEST = prefix + [sender_path, "-j", sender_jid, "-p", sender_password, "-t", responder_jid, "--path", example_file] + suffix
|
||||
RESPON_TEST = prefix + [responder_path, "-j", responder_jid, "-p", responder_password] + suffix
|
||||
# Remember about the executable permission. (`chmod +x ./file.py`)
|
||||
SENDER_TEST = prefix + [sender_path, "-j", sender_jid, "-p", sender_password, "-t", responder_jid, "--path", example_file] + suffix
|
||||
RESPON_TEST = prefix + [responder_path, "-j", responder_jid, "-p", responder_password] + suffix
|
||||
|
||||
try:
|
||||
responder = subprocess.Popen(RESPON_TEST)
|
||||
sender = subprocess.Popen(SENDER_TEST)
|
||||
responder.wait()
|
||||
sender.wait()
|
||||
except:
|
||||
try:
|
||||
responder.terminate()
|
||||
except NameError:
|
||||
pass
|
||||
try:
|
||||
sender.terminate()
|
||||
except NameError:
|
||||
pass
|
||||
raise
|
||||
try:
|
||||
responder = subprocess.Popen(RESPON_TEST)
|
||||
sender = subprocess.Popen(SENDER_TEST)
|
||||
responder.wait()
|
||||
sender.wait()
|
||||
except:
|
||||
try:
|
||||
responder.terminate()
|
||||
except NameError:
|
||||
pass
|
||||
try:
|
||||
sender.terminate()
|
||||
except NameError:
|
||||
pass
|
||||
raise
|
||||
|
||||
The launch script should be convenient in use and easy to reconfigure again. The proper preparation of it now, can help saving time in the future. Logging credentials, the project paths (from `'sys.argv[...]'` or `'os.getcwd()'`), set the parameters for the debugging purposes, mock the testing xml file and many more things can be defined inside. Whichever parameters are used, the script testing itself should be fast and effortless. The proper preparation of it now, can help saving time in the future.
|
||||
|
||||
@ -1260,49 +1260,49 @@ Complete code from tutorial
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
#!/usr/bin/python3
|
||||
#File: /usr/bin/test_slixmpp & permissions rwx--x--x (711)
|
||||
#!/usr/bin/python3
|
||||
#File: /usr/bin/test_slixmpp & permissions rwx--x--x (711)
|
||||
|
||||
import subprocess
|
||||
import time
|
||||
import subprocess
|
||||
import time
|
||||
|
||||
if __name__ == "__main__":
|
||||
#~ prefix = ["x-terminal-emulator", "-e"] # Separate terminal for every client; can be replaced with other terminal
|
||||
#~ prefix = ["xterm", "-e"]
|
||||
prefix = []
|
||||
#~ suffix = ["-d"] # Debug
|
||||
#~ suffix = ["-q"] # Quiet
|
||||
suffix = []
|
||||
if __name__ == "__main__":
|
||||
#~ prefix = ["x-terminal-emulator", "-e"] # Separate terminal for every client; can be replaced with other terminal
|
||||
#~ prefix = ["xterm", "-e"]
|
||||
prefix = []
|
||||
#~ suffix = ["-d"] # Debug
|
||||
#~ suffix = ["-q"] # Quiet
|
||||
suffix = []
|
||||
|
||||
sender_path = "./example/sender.py"
|
||||
sender_jid = "SENDER_JID"
|
||||
sender_password = "SENDER_PASSWORD"
|
||||
sender_path = "./example/sender.py"
|
||||
sender_jid = "SENDER_JID"
|
||||
sender_password = "SENDER_PASSWORD"
|
||||
|
||||
example_file = "./test_example_tag.xml"
|
||||
example_file = "./test_example_tag.xml"
|
||||
|
||||
responder_path = "./example/responder.py"
|
||||
responder_jid = "RESPONDER_JID"
|
||||
responder_password = "RESPONDER_PASSWORD"
|
||||
responder_path = "./example/responder.py"
|
||||
responder_jid = "RESPONDER_JID"
|
||||
responder_password = "RESPONDER_PASSWORD"
|
||||
|
||||
# Remember about the executable permission. (`chmod +x ./file.py`)
|
||||
SENDER_TEST = prefix + [sender_path, "-j", sender_jid, "-p", sender_password, "-t", responder_jid, "--path", example_file] + suffix
|
||||
RESPON_TEST = prefix + [responder_path, "-j", responder_jid, "-p", responder_password] + suffix
|
||||
# Remember about the executable permission. (`chmod +x ./file.py`)
|
||||
SENDER_TEST = prefix + [sender_path, "-j", sender_jid, "-p", sender_password, "-t", responder_jid, "--path", example_file] + suffix
|
||||
RESPON_TEST = prefix + [responder_path, "-j", responder_jid, "-p", responder_password] + suffix
|
||||
|
||||
try:
|
||||
responder = subprocess.Popen(RESPON_TEST)
|
||||
sender = subprocess.Popen(SENDER_TEST)
|
||||
responder.wait()
|
||||
sender.wait()
|
||||
except:
|
||||
try:
|
||||
responder.terminate()
|
||||
except NameError:
|
||||
pass
|
||||
try:
|
||||
sender.terminate()
|
||||
except NameError:
|
||||
pass
|
||||
raise
|
||||
try:
|
||||
responder = subprocess.Popen(RESPON_TEST)
|
||||
sender = subprocess.Popen(SENDER_TEST)
|
||||
responder.wait()
|
||||
sender.wait()
|
||||
except:
|
||||
try:
|
||||
responder.terminate()
|
||||
except NameError:
|
||||
pass
|
||||
try:
|
||||
sender.terminate()
|
||||
except NameError:
|
||||
pass
|
||||
raise
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
@ -167,6 +167,7 @@ API Reference
|
||||
api/xmlstream/matcher
|
||||
api/xmlstream/xmlstream
|
||||
api/xmlstream/tostring
|
||||
api/plugins/index
|
||||
|
||||
Core Stanzas
|
||||
~~~~~~~~~~~~
|
||||
@ -178,12 +179,6 @@ Core Stanzas
|
||||
api/stanza/presence
|
||||
api/stanza/iq
|
||||
|
||||
Plugins
|
||||
~~~~~~~
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
|
||||
Additional Info
|
||||
---------------
|
||||
.. toctree::
|
||||
|
@ -2,4 +2,5 @@
|
||||
|
||||
License (MIT)
|
||||
=============
|
||||
.. include:: ../LICENSE
|
||||
|
||||
.. literalinclude:: ../LICENSE
|
||||
|
1
docs/requirements.txt
Normal file
1
docs/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
sphinx-autodoc-typehints
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user