Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 875 Bytes

File metadata and controls

37 lines (22 loc) · 875 Bytes

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

  • python >= 3.7.0
  • PyGObject
  • GLib >= 2.60
  • libsoup
  • precis-i18n
  • idna

Optional Runtime Requirements

Features

Starting Points

Setup

Run the following:

pip install .

Usage

To use python-nbxmpp, import nbxmpp in your application.

or use the example client python3 -m nbxmpp.examples.client