summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-14Fixes #3432. Allow execute to be used with the meaning of 'next'.adhoc-execute-nextMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-04-14xep_0050: Fix indentationMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-04-07slixmpp/jid: add typesMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-04-07Merge branch 'master' into 'master'Maxime Buquet
Communicate the reason for a disconnect to the application See merge request poezio/slixmpp!12
2019-04-06xep_0202: Fix plugin_init docstringMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-04-06Fixes poezio/poezio#3472: Don't remove TZ in 0202 utc tagMaxime “pep” Buquet
<utc/> MUST conform to 0082 dateTime profile and thus include a timezone definition. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-04-03poezio/poezio#3472: Ensure tz is correctly set when offset is an intMaxime “pep” Buquet
Thanks lovetox! Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-03-26mark end-of-stream as session-ending eventGeorg Lukas
2019-03-26XEP-0199: use new 0-timeout reconnect() with reasonGeorg Lukas
2019-03-26Do not directly enqueue connect() as event handler, parameter mismatchGeorg Lukas
2019-03-26Do not close stream on 0-timeout disconnect, allows 0198 resumeGeorg Lukas
2019-03-26Propagate disconnect() reason into 'disconnected' eventGeorg Lukas
2019-03-23Partially fix poezio/poezio#3452. Prevent `groupchat_subject` from triggered ↵Maxime “pep” Buquet
sent when body or thread are in the message. 0045 says: > The subject is changed by sending a message of type "groupchat" to the > <room@service>, where the <message/> MUST contain a <subject/> element that > specifies the new subject but MUST NOT contain a <body/> element (or a > <thread/> element). In accordance with the core definition of XMPP, other child > elements are allowed (although the entity that receives them might ignore > them). > > Note: A message with a <subject/> and a <body/> or a <subject/> and a <thread/> > is a legitimate message, but it SHALL NOT be interpreted as a subject change. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-03-15Merge branch 'patch-1' into 'master'mathieui
Fix slixmpp.ClientXMPP.cancel_connection_attempt() See merge request poezio/slixmpp!10
2019-03-05xep_0030: fix typo on 'remote' in get_info docstringMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-02-24Revert "Remove license from unused project"Maxime “pep” Buquet
This reverts commit fbab3ad214acc8213e60a892c979d4eb107abb23.
2019-02-24Remove SocksiPy licenseEmmanuel Gil Peyrot
I wrote a SOCKS5 implementation back in 9c5dd024b190e69583d06fae07db50896a41b454, and removed SocksiPy from slixmpp’s codebase at the same time.
2019-02-24Remove license from unused projectMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-02-23Merge branch 'eme-add-method' into 'master'mathieui
xep_0380: Add add_eme method See merge request poezio/slixmpp!11
2019-02-23xep_0380: Add add_eme methodMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-02-23xep_0380: Remove remove_handler call in plugin_endMaxime “pep” Buquet
Remove probable copy paste fail in EME plugin_end handler. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-02-22Fix slixmpp.ClientXMPP.cancel_connection_attempt()ehendrix23
2019-02-12Change more URLs to lab.louiz.orgMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-02-12Update project URLs to lab.louiz.orgMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-02-10README: Add pep as a contributorMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-02-10setup.py: GTalk is no moreMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-02-02Make the cache encode and decode not crash if something goes wrongmathieui
2019-02-02Add tests for the cache apimathieui
2019-02-02Add a "remove" action on the cache APImathieui
2019-02-02Fix XEP-0335mathieui
2019-01-31Set @id by default on outgoing messages and presences.Emmanuel Gil Peyrot
Respects RFC6120 §8.1.3’s RECOMMENDED.
2019-01-31Release 1.4.2slix-1.4.2mathieui
2019-01-22Merge branch 'xep-0335' into 'master'Link Mauve
Add xep_0335: JSON Containers See merge request poezio/slixmpp!5
2019-01-22Stop requesting avatar without the intervention of the client.Emmanuel Gil Peyrot
2019-01-21Fix authenticating on a non-TLS socket.Emmanuel Gil Peyrot
This was broken since c1562b76b273cc7aeaaa1cf8fddd3dca2c828c4d.
2019-01-17XEP-0223: Fix default access_model, it MUST be whitelist.Emmanuel Gil Peyrot
2019-01-09Simplify the non-CDATA path of tostring.escape.Emmanuel Gil Peyrot
2019-01-09Split ns only once in fix_ns().Emmanuel Gil Peyrot
2019-01-09Split tag and attrib only once in tostring().Emmanuel Gil Peyrot
2019-01-09Add a default timeout to iq.send().Emmanuel Gil Peyrot
This fixes a leak of MatchIDSender in handlers, making it more and more expensive to match stanzas as more iqs have been sent.
2018-12-27 Mention that GnuPG is required for testsMateusz Piotrowski
2018-12-27Merge branch 'master' into 'master'mathieui
Decode bytes in GSSAPI handling, as expected by the kerberos module API. See merge request poezio/slixmpp!8
2018-11-20XEP-0363: Use a specific exception for HTTP errorsEmmanuel Gil Peyrot
2018-11-20catch http upload errors on uploadFlorian Klien
2018-10-30Decode bytes in GSSAPI handling, as expected by the kerberos module API.Jelmer Vernooij
2018-10-28Release slixmpp 1.4.1slix-1.4.1mathieui
2018-10-28Merge branch 'setup_dependency_fix' into 'master'mathieui
added aiohttp dependency See merge request poezio/slixmpp!6
2018-10-28docs: auto-set copyright year to current yearFlorian Klien
2018-10-28auto set version of Slixmpp in DocsFlorian Klien
getting version of slixmpp from source tree for documentation
2018-10-27typoFlorian Klien