1
0
mirror of https://dev.gajim.org/gajim/python-nbxmpp synced 2026-04-26 10:49:44 +00:00
Philipp Hörist 5464e46acc release: 7.2.0
2026-04-19 19:12:23 +02:00
2022-09-13 21:13:23 +02:00
2026-04-19 19:12:23 +02:00
2025-02-15 12:13:05 +01:00
2026-02-04 13:00:35 +01:00
2026-02-20 19:57:22 +01:00
2026-04-19 19:12:23 +02:00
2012-05-08 14:19:11 +02:00
2022-05-24 23:04:08 +02:00
2026-02-04 12:57:12 +01:00
2025-03-19 17:33:19 +01:00

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

Tests

  • python -m unittest discover -s test

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

Languages
Python 100%