Skip to content

gajim/python-nbxmpp

Repository files navigation

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

Build Requirements

Features

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