pyxmpp 1.1.2-1 source package in Ubuntu

Changelog

pyxmpp (1.1.2-1) unstable; urgency=low


  * New upstream version.
  * Adding/bumping dependencies.
  * Migrating to dh_python2. 
  * Fixing watch file.
  * Bumping standards-Version to 3.9.3, no changes needed. 

 -- Bernd Zeimetz <email address hidden>  Thu, 10 May 2012 22:48:51 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
any all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python
Xenial release universe python
Trusty release universe python

Downloads

File Size SHA-256 Checksum
pyxmpp_1.1.2-1.dsc 2.0 KiB ea2af11129b8ef4bcdeb01b3dfccfd31cde0424368d380c6367cbb39457720a7
pyxmpp_1.1.2.orig.tar.gz 1.1 MiB f45365bae922a9e44226622cf086e3ffd3c681012f6c6b609d3306e4d0dfb33c
pyxmpp_1.1.2-1.diff.gz 4.4 KiB e8ee44e1b2724a03d4c2a7f87a66c6f755d47f7ddd5f3d395cf6cfaa0f6ab270

Available diffs

No changes file available.

Binary packages built by this source

python-pyxmpp: No summary available for python-pyxmpp in ubuntu zesty.

No description available for python-pyxmpp in ubuntu zesty.

python-pyxmpp-doc: XMPP and Jabber implementation for Python (documentation)

 PyXMPP is a Python XMPP (RFC 3920,3921) and Jabber
 (http://www.jabber.org/protocol/) implementation. It is based on libxml2 --
 fast and fully-featured XML parser.
 .
 PyXMPP provides most core features of the XMPP protocol and several
 JSF-defined extensions. PyXMPP provides building blocks for creating Jabber
 clients and components. Developer uses them to setup XMPP streams, handle
 incoming events and create outgoing stanzas (XMPP "packets").
 .
 Features:
  * nearly complete XMPP Core (RFC 3920) protocol for client connections
    (includes SASL, TLS and Stringprep)
  * mostly complete XMPP IM (RFC 3921) protocol (lacks privacy lists)
  * XMPP error objects including translations to and from legacy codes for
    backward compatibility (JEP-0086).
  * legacy authentication ("digest" and "plain") (JEP-0078).
  * component protocol (JEP-0114).
  * Service Discovery (JEP-0030).
  * vCards -- both Jabber "vcard-temp" and RFC 2426
  * basic parts of the Multi-User Chat protocol (JEP-0045)
  * delayed delivery timestamps (JEP-0091).
 .
 This package contains the API documentation of PyXMPP.