mirror of
https://dev.gajim.org/gajim/python-nbxmpp
synced 2026-04-26 10:49:44 +00:00
master
Welcome to python-nbxmpp
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.
Runtime Requirements
Optional Runtime Requirements
- python-gssapi GSSAPI authentication
Build Requirements
- setuptools (>=65.0.0)
Tests
python -m unittest discover -s test
Features
- List of supported XEPs
Setup
Run the following:
pip install .
or
pip install .[gssapi]
to also install the optional dependency gssapi.
Usage
To use python-nbxmpp, import nbxmpp in your application.
To see an example check out nbxmpp-client
Languages
Python
100%