Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-27 | Try/except around outbound stanza processing | mathieui | |
to avoid killing the send loop when a filter has an error | |||
2019-12-27 | Remove trailing whitespace | mathieui | |
2019-12-27 | Skip 0323 because | mathieui | |
2019-12-27 | Update test framework to work with new filters | mathieui | |
(eewww) | |||
2019-12-27 | Run the send queue in a separate coroutine | mathieui | |
To be able to run async stream filters | |||
2019-11-11 | xep_0048: Ensure Conference jid is of type str when given a JID | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-09-19 | Fix a bug in the 0202 plugin where a time result would send back a result | mathieui | |
poezio bug #3499 | |||
2019-09-10 | Match the sender JID as well as the queryid in MAM results | mathieui | |
2019-09-10 | Add typing/docstring in the MAM plugin | mathieui | |
2019-09-08 | Added amount parameter, so that limit on the msgs received per query can be ↵ | root | |
changed. | |||
2019-08-28 | Revert "Remove a block of compatibility code" | Maxime “pep” Buquet | |
This reverts commit 37bc1bb9b3bdc26b7f28b30406d1013f9b0f6ceb. Confusion confusion. Mathieui thought this was a sleekxmpp thing when it's actually been added not so long ago. | |||
2019-08-26 | Remove a block of compatibility code | mathieui | |
even if the user makes that mistake, it does not cause problems down the line. | |||
2019-08-25 | fix a typo in the invalidjid exception name case | mathieui | |
2019-08-23 | Merge branch 'origin-id' into 'master' | Maxime Buquet | |
Implement Origin-id (XEP-0359) See merge request poezio/slixmpp!21 | |||
2019-08-23 | basexmpp: Make origin-id opt-out | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-08-23 | Implement origin-id (XEP-0359) | Maxime “pep” Buquet | |
This XEP is not implemented as a plugin but directly into Message. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-08-23 | Merge branch 'mam' into 'master' | Maxime Buquet | |
Assign 'True' to 'before' tag if it's value is 'None'. See merge request poezio/slixmpp!26 | |||
2019-08-23 | Assign True to the 'before' tag if it's value is None (eg:at the start no ↵ | root | |
msg is there in the group, so no stanza-id) | |||
2019-08-23 | Merge branch 'mam' into 'master' | Maxime Buquet | |
Removed assigning 'reverse' value to the 'before' tag See merge request poezio/slixmpp!25 | |||
2019-08-23 | Removed before tag. (Code for setting it is already there) | root | |
2019-08-23 | Removed assigning 'reverse' value to the 'before' tag (It's value is set in ↵ | root | |
xep_0313 (mam.py file) and if not then by default it is takes as 'None'). | |||
2019-08-13 | Merge branch 'mam' into 'master' | louiz’ | |
Added <before> tag for querying messages before a stanza-id. See merge request poezio/slixmpp!23 | |||
2019-08-12 | Added <before> tag for querying messages before a stanza-id. | Madhur Garg | |
2019-08-03 | xep_0030: add docstring to get_info_from_domain | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
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> |