slixmpp 1.8.2-2 source package in Ubuntu

Changelog

slixmpp (1.8.2-2) unstable; urgency=medium

  * Add patch to fix emoji 2.0.0 compatibility (Closes: #1022492)

 -- Martin <email address hidden>  Tue, 01 Nov 2022 07:50:56 +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.2-2.dsc 2.3 KiB 4a5a0ff67e8f1a386bace22a7045714c8d08475acd5286767e7fca3664e00359
slixmpp_1.8.2.orig.tar.gz 592.5 KiB 122d7192cdc5ead5a0a65805f49f614df15a5dd16abef5c8ac440ef356d59ed1
slixmpp_1.8.2-2.debian.tar.xz 7.9 KiB f89cfb384049f9b39f1fc23aceeff04dc7d5b454227a89b34ac12973d200d16e

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