[] Implemented XMPP integration.

This commit is contained in:
Fabio Manganiello 2023-07-22 22:36:36 +02:00
commit 3eda0c6f17
Signed by untrusted user: 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('../..'))