Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.19 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.19 KB

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