python-nbxmpp
is a Python library that provides a way for Python applications to use the XMPP network. This library was initially a fork of xmpppy
.
- python >= 3.7.0
- PyGObject
- GLib >= 2.60
- libsoup
- precis-i18n
- idna
- python-gssapi (for GSSAPI authentication https://pypi.org/project/gssapi/)
- List of supported XEPs
- Downloads
- You can also clone the git repository
Run the following:
pip install .
To use python-nbxmpp, import nbxmpp
in your application.
or use the example client python3 -m nbxmpp.examples.client