1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
Source: pyxmpp
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed@debian.org>
Build-Depends: debhelper (>= 7.0.50~), python-dnspython, python-m2crypto, python-libxml2,
libxml2-dev, python-all-dev (>= 2.4), python-support (>= 0.7.1)
Standards-Version: 3.8.4
Homepage: http://pyxmpp.jajcus.net/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyxmpp/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyxmpp/trunk/
Package: python-pyxmpp
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python-dnspython, python-m2crypto, python-libxml2
Provides: ${python:Provides}
Recommends: python-zope.interface
Conflicts: python2.3-pyxmpp (<< 1.0.0-1.1), python2.4-pyxmpp (<< 1.0.0-1.1)
Replaces: python2.3-pyxmpp (<< 1.0.0-1.1), python2.4-pyxmpp (<< 1.0.0-1.1)
Suggests: python-pyxmpp-doc
Description: XMPP and Jabber implementation for Python
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).
Package: python-pyxmpp-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: 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.
|