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-gssapi GSSAPI authentication
- setuptools (>=65.0.0)
python -m unittest discover -s test
- List of supported XEPs
Run the following:
pip install .or
pip install .[gssapi]to also install the optional dependency gssapi.
To use python-nbxmpp, import nbxmpp in your application.
To see an example check out nbxmpp-client