openbsd-ports/net/py-slixmpp/pkg/DESCR
daniel a034b038fd update py-slixmpp to 1.8.3
This update includes a fix for CVE-2022-45197.

ok kmos@ (MAINTAINER)
2023-01-18 01:24:39 +00:00

7 lines
244 B
Plaintext

Slixmpp is an MIT licensed XMPP library for Python 3.7+. It is a fork of
SleekXMPP.
Slixmpp's goals is to only rewrite the core of the library (the low level
socket handling, the timers, the events dispatching) in order to remove all
threads.