slixmpp 1.8.3-1 source package in Ubuntu

Changelog

slixmpp (1.8.3-1) unstable; urgency=medium

  * New upstream release.
  * Drop latest patch, applied upstream.

 -- Martin <email address hidden>  Sat, 12 Nov 2022 21:28:49 +0000

Upload details

Uploaded by:
Debian XMPP Maintainers
Uploaded to:
Sid
Original maintainer:
Debian XMPP Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
slixmpp_1.8.3-1.dsc 2.3 KiB 2d2f003724b8bf64e5a5570d5f91e25bc68abad950d7e8021a8f9ff41ea0d831
slixmpp_1.8.3.orig.tar.gz 593.6 KiB 093bff59a168dc0fc11c319e70263dbb9126a7d259fdaea3686d92b0182dee7c
slixmpp_1.8.3-1.debian.tar.xz 7.7 KiB cfdf3a8b9397c91147979b273a5bd57caf95969f068a66cf4f2f738a92e77467

No changes file available.

Binary packages built by this source

python-slixmpp-doc: Threadless, event-based XMPP Python library (documentation)

 Slixmpp is a (friendly) fork of SleekXMPP, which goal is to “improve” the
 core of the library by entirely removing all threads from the library and
 using an event-based approach instead.
 .
 This is the documentation package.

python3-slixmpp: Threadless, event-based XMPP Python 3 library

 Slixmpp is a (friendly) fork of SleekXMPP, which goal is to “improve” the
 core of the library by entirely removing all threads from the library and
 using an event-based approach instead.
 .
 Features of this library:
  * No threads. See http://blog.louiz.org/slixmpp. All parts of the API relying
    on threads are removed.
  * No support for Python < 3.4. This allows one to remove a lot of workaround
    and other hacks.
  * No backward compatibility with old SleekXMPP version. For example things
    like “addHandler = add_handler” are removed.
 .
 You should use this library only if you would prefer not to use threads in
 your application. If threads don’t really bother you, or if you need Python
 2 support, then you should use SleekXMPP instead.

python3-slixmpp-lib: Threadless, event-based XMPP Python 3 library (optional binary module)

 Slixmpp is a (friendly) fork of SleekXMPP, which goal is to “improve” the
 core of the library by entirely removing all threads from the library and
 using an event-based approach instead.
 .
 This is an optional package that installs a binary extension module to
 improve performance on critical modules.

python3-slixmpp-lib-dbgsym: debug symbols for python3-slixmpp-lib