Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-09 | tests: Add a MAM metadata stanza test | mathieui | |
2021-03-09 | tests: Add a MAM stream test | mathieui | |
2021-03-09 | XEP-0313: Update the API | mathieui | |
- add an iterate() method that makes this plugin more practical - add a get_fields method to retrieve the available search fields - add a get_archive_metadata method. This is a big chunk because git refused to split it further. | |||
2021-03-09 | tests: Add XEP-0313 stanza tests | mathieui | |
2021-03-09 | Merge branch 'rsm-fixes' into 'master' | mathieui | |
XEP-0059 (RSM) - Some fixes See merge request poezio/slixmpp!145 | |||
2021-03-09 | XEP-0050 Make handle_command_xxx async | Nicoco K | |
2021-03-08 | tests: Fix XEP-0060 tests for the new 0004 change regarding type attribute | mathieui | |
2021-03-07 | tests: enable and fix RSM test for XEP-0030 | mathieui | |
2021-03-02 | Add XEP-0100 (Gateway Interaction) plugin | Nicoco K | |
Remove usused prompt_future attribute Add plugin_end Update with mathieui's comments Add option to transfer messages from unregistered users XEP 0100 plugin | |||
2021-02-27 | XEP-0403: Add stanza tests | mathieui | |
2021-02-27 | XEP-0405: add stream tests | mathieui | |
2021-02-26 | XEP-0077: API changes | mathieui | |
2021-02-26 | XEP-0047: API changes | mathieui | |
and fix unit tests broken for years. | |||
2021-02-26 | XEP-0030: API changes | mathieui | |
- ``supports``, ``has_identity``, ``get_info``, ``get_items`` are now coroutines - ``set_info````set_items``, ``del_items``, ``add_item``, ``add_identity``, ``del_identity``, ``set_identities``, ``del_identities``, ``add_feature``, ``del_feature``, ``set_feature``, ``set_features``, ``del_features`` now return a Future also fix has_identity and supports which have been broken in forever | |||
2021-02-19 | tests: fix prerequisites for stanza tests | mathieui | |
2021-02-18 | Merge branch 'component-registration' into 'master' | mathieui | |
Add registration to components See merge request poezio/slixmpp!130 | |||
2021-02-18 | Add registration to components | Nicoco K | |
2021-02-18 | Privileged entities (XEP-0356) | Nicoco K | |
2021-02-13 | tests: update 0047 tests to reflect new API | mathieui | |
2021-01-10 | XEP-0045: add more elements (<actor/>) | mathieui | |
2021-01-10 | CI: Skip test if the emoji dep is not here | mathieui | |
2020-12-08 | XEP-047: Room Activity Indicators | mathieui | |
Implement the XEP | |||
2020-12-06 | CI: do not require the emoji package | mathieui | |
2020-12-06 | Remove OrderedDict usage | Emmanuel Gil Peyrot | |
We now support only Python 3.7+, this means we can rely on dict being ordered by order of insertion, and thus no need to use OrderedDict from collections. | |||
2020-12-04 | XEP-0422,0424,0425,0439: Add basic stanza tests | mathieui | |
2020-12-04 | XEP-0045: Add basic stanza tests | mathieui | |
2020-12-04 | Tests: Remove tabnanny | mathieui | |
it is not actively useful and takes 70% of the time of the tests | |||
2020-12-02 | XEP-0405: add basic stanza tests | mathieui | |
2020-12-02 | XEP-0369: add basic stanza tests | mathieui | |
2020-11-27 | Update protoxep_reactions to XEP-0444 | mathieui | |
2020-05-27 | New XEP: 0421 Occupant-id | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-24 | Add stanza tests for 0377 | mathieui | |
2019-12-27 | Skip 0323 because | mathieui | |
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-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 | |
2018-10-15 | fix: failUnlessEqual -> assertEqual | Florian Klien | |
2018-10-15 | fixing deprecation warnings for pytest | Florian Klien | |
2018-08-19 | examples, tests: Replace all @asyncio.coroutines with proper async functions. | Emmanuel Gil Peyrot | |
2018-08-02 | tests: Fix the XEP-0323 stream test, broken since ↵ | Emmanuel Gil Peyrot | |
59d4420739db20b204bb15a2880de871316aa70f. Thanks debacle! | |||
2017-02-11 | XEP-0300: Add rudimentary tests. | Emmanuel Gil Peyrot | |
2016-11-26 | Add a plugin for XEP-0380: Explicit Message Encryption. | Emmanuel Gil Peyrot | |
2016-10-22 | Manual cleanup of the remaining set([…]) and set((…)). | Emmanuel Gil Peyrot | |
2016-10-22 | sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.py | Emmanuel Gil Peyrot | |
2016-10-22 | sed -i 's/set((\(.*\)))$/{\1}/g' **/*.py | Emmanuel Gil Peyrot | |
2016-10-22 | sed -i 's/set((\(.*\),))$/{\1}/g' **/*.py | Emmanuel Gil Peyrot | |
2016-10-04 | Fix XEP-0060 tests | mathieui | |
2016-10-04 | Fix stanza accessors case in tests | mathieui | |
They were using deprecated (and-removed) style. | |||
2016-10-04 | Attrib property has been removed | mathieui | |
2016-09-20 | Various XEPs: Remove deprecated aliases. | Emmanuel Gil Peyrot | |