forked from platypush/platypush
[#268] Implemented XMPP integration.
This commit is contained in:
parent
63afd90701
commit
3eda0c6f17
38 changed files with 3006 additions and 1 deletions
docs/source
|
|
@ -306,6 +306,7 @@ autodoc_mock_imports = [
|
|||
'uvicorn',
|
||||
'websockets',
|
||||
'docutils',
|
||||
'aioxmpp',
|
||||
]
|
||||
|
||||
sys.path.insert(0, os.path.abspath('../..'))
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@ Events
|
|||
platypush/events/web.widget.rst
|
||||
platypush/events/websocket.rst
|
||||
platypush/events/wiimote.rst
|
||||
platypush/events/xmpp.rst
|
||||
platypush/events/zeroborg.rst
|
||||
platypush/events/zeroconf.rst
|
||||
platypush/events/zigbee.mqtt.rst
|
||||
|
|
|
|||
5
docs/source/platypush/events/xmpp.rst
Normal file
5
docs/source/platypush/events/xmpp.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``event.xmpp``
|
||||
==============
|
||||
|
||||
.. automodule:: platypush.message.event.xmpp
|
||||
:members:
|
||||
5
docs/source/platypush/plugins/xmpp.rst
Normal file
5
docs/source/platypush/plugins/xmpp.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``xmpp``
|
||||
========
|
||||
|
||||
.. automodule:: platypush.plugins.xmpp
|
||||
:members:
|
||||
|
|
@ -145,6 +145,7 @@ Plugins
|
|||
platypush/plugins/weather.openweathermap.rst
|
||||
platypush/plugins/websocket.rst
|
||||
platypush/plugins/wiimote.rst
|
||||
platypush/plugins/xmpp.rst
|
||||
platypush/plugins/zeroconf.rst
|
||||
platypush/plugins/zigbee.mqtt.rst
|
||||
platypush/plugins/zwave.rst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue