Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-01 | Remove the last instances of a block argument to iq.send(). | Emmanuel Gil Peyrot | |
Thanks Madhur Garg for spotting this in 027ce2434d7fd3cf4a286dd373cb761c0d114c66! | |||
2019-08-01 | Merge branch 'mam' into 'master' | Link Mauve | |
Removed 'block' from set_preferences as it was giving a TypeError while sending the staza. See merge request poezio/slixmpp!20 | |||
2019-08-02 | Removed 'block' from set_preferences as it was giving a TypeError while ↵ | Madhur Garg | |
sending the staza. | |||
2019-07-22 | Merge branch 'mam' into 'master' | Maxime Buquet | |
Added a function in xep313 plugin to get current MAM preferences. See merge request poezio/slixmpp!19 | |||
2019-07-18 | Added a function to get current MAM preferences. | Madhur Garg | |
2019-07-16 | xmlstream/stanzabase: remove unused interfaces and types attributes | Maxime “pep” Buquet | |
These are already on each stanza, and were not applicable to all stanzas anyway. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-07-14 | Do not add disco#info for occupantid, it’s a server thing | mathieui | |
2019-07-14 | Add the occupant id stanza elements | mathieui | |
2019-07-13 | Initial commit for reactions protoxep | mathieui | |
2019-07-13 | Make generated stanza id truly random | Maxime “pep” Buquet | |
Fix long-standing security issues where stanza @id be predictable. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-07-03 | xmlstream.disconnect: add compat behaviour, set wait to default `2.0` when ↵ | Maxime “pep” Buquet | |
True is passed. Update documentation Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-07-03 | Added 'reverse' argument. | Madhur Garg | |
2019-07-03 | Added 'reverse' parameter in mam and rsm plugins | Madhur Garg | |
2019-05-07 | Revert part of previous commit. Return NotImplemented when object is not a ↵ | Maxime “pep” Buquet | |
valid JID Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-05-07 | jid: return not equal if value can't be converted to JID | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-27 | Merge remote-tracking branch 'origin/mr/13' | Maxime “pep” Buquet | |
2019-04-24 | xmlstream.disconnect: fix frenchism in docstring | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-24 | xmlstream.disconnect: typing hints | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-24 | presence: Ensure <show/> value is valid when returned as presence @type value | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-24 | xep_0045: Ensure <show/> value is valid. | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-14 | Fixes #3432. Allow execute to be used with the meaning of 'next'.adhoc-execute-next | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-14 | xep_0050: Fix indentation | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-07 | slixmpp/jid: add types | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-07 | Merge branch 'master' into 'master' | Maxime Buquet | |
Communicate the reason for a disconnect to the application See merge request poezio/slixmpp!12 | |||
2019-04-06 | xep_0202: Fix plugin_init docstring | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-04-06 | Fixes poezio/poezio#3472: Don't remove TZ in 0202 utc tag | Maxime “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-03 | poezio/poezio#3472: Ensure tz is correctly set when offset is an int | Maxime “pep” Buquet | |
Thanks lovetox! Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-03-26 | mark end-of-stream as session-ending event | Georg Lukas | |
2019-03-26 | XEP-0199: use new 0-timeout reconnect() with reason | Georg Lukas | |
2019-03-26 | Do not directly enqueue connect() as event handler, parameter mismatch | Georg Lukas | |
2019-03-26 | Do not close stream on 0-timeout disconnect, allows 0198 resume | Georg Lukas | |
2019-03-26 | Propagate disconnect() reason into 'disconnected' event | Georg Lukas | |
2019-03-23 | Partially 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-15 | Merge branch 'patch-1' into 'master' | mathieui | |
Fix slixmpp.ClientXMPP.cancel_connection_attempt() See merge request poezio/slixmpp!10 | |||
2019-03-05 | xep_0030: fix typo on 'remote' in get_info docstring | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-02-24 | Revert "Remove license from unused project" | Maxime “pep” Buquet | |
This reverts commit fbab3ad214acc8213e60a892c979d4eb107abb23. | |||
2019-02-24 | Remove SocksiPy license | Emmanuel Gil Peyrot | |
I wrote a SOCKS5 implementation back in 9c5dd024b190e69583d06fae07db50896a41b454, and removed SocksiPy from slixmpp’s codebase at the same time. | |||
2019-02-24 | Remove license from unused project | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-02-23 | Merge branch 'eme-add-method' into 'master' | mathieui | |
xep_0380: Add add_eme method See merge request poezio/slixmpp!11 | |||
2019-02-23 | xep_0380: Add add_eme method | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-02-23 | xep_0380: Remove remove_handler call in plugin_end | Maxime “pep” Buquet | |
Remove probable copy paste fail in EME plugin_end handler. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-02-22 | Fix slixmpp.ClientXMPP.cancel_connection_attempt() | ehendrix23 | |
2019-02-12 | Change more URLs to lab.louiz.org | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-02-12 | Update project URLs to lab.louiz.org | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-02-10 | README: Add pep as a contributor | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-02-10 | setup.py: GTalk is no more | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-02-02 | Make the cache encode and decode not crash if something goes wrong | mathieui | |
2019-02-02 | Add tests for the cache api | mathieui | |
2019-02-02 | Add a "remove" action on the cache API | mathieui | |
2019-02-02 | Fix XEP-0335 | mathieui | |