[] Implemented XMPP integration.

This commit is contained in:
Fabio Manganiello 2023-07-22 22:36:36 +02:00
commit 3eda0c6f17
Signed by: blacklight
GPG key ID: D90FBA7F76362774
38 changed files with 3006 additions and 1 deletions
docs/source

View file

@ -306,6 +306,7 @@ autodoc_mock_imports = [
'uvicorn',
'websockets',
'docutils',
'aioxmpp',
]
sys.path.insert(0, os.path.abspath('../..'))

View file

@ -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

View file

@ -0,0 +1,5 @@
``event.xmpp``
==============
.. automodule:: platypush.message.event.xmpp
:members:

View file

@ -0,0 +1,5 @@
``xmpp``
========
.. automodule:: platypush.plugins.xmpp
:members:

View file

@ -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