Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-09 | Merge branch 'inbound-id-message-presence' into 'master' | mathieui | |
Fix #3441: Do not assign ID to inbound stanzas Closes #3441 See merge request poezio/slixmpp!155 | |||
2021-04-09 | Fix #3441: Do not assign ID to inbound stanzas | mathieui | |
2021-03-11 | Merge branch 'xep-0300-fixup' into 'master' | mathieui | |
XEP-0300: small fixes See merge request poezio/slixmpp!151 | |||
2021-03-10 | Merge branch 'fix-0030-get-info-ifrom' into 'master' | mathieui | |
XEP-0030: Fix usage of ifrom in get_info See merge request poezio/slixmpp!152 | |||
2021-03-10 | XEP-0030: Fix usage of ifrom in get_info | mathieui | |
2021-03-10 | XEP-0300: small fixes | mathieui | |
- fix a typo in the default option (crash when hashing a file without providing a function) - Fix the plugin_end method (classical del_feature footgun) | |||
2021-03-09 | Merge branch 'mam-update' into 'master' | mathieui | |
MAM Update See merge request poezio/slixmpp!149 | |||
2021-03-09 | Merge branch 'xep-0115-fix-error' into 'master' | mathieui | |
XEP-0115: remove wrong coroutine=True argument See merge request poezio/slixmpp!150 | |||
2021-03-09 | XEP-0115: remove wrong coroutine=True argument | mathieui | |
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: Only remove origin-id from the mask if it exists | mathieui | |
2021-03-09 | XEP-0313: Fix off-by-one-page RSM fetching | mathieui | |
Add a "results" interface to mam_fin, and fix some things in RSM Items just received were not taken into account because: - RSM code is checking iq['mam_fin']['results'], results were at iq['mam']['results'] - RSM handler was run after checking the number | |||
2021-03-09 | itests: test mam.iterate() as well for fetching the archive | 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 | docs, XEP-0313: Order document by source | mathieui | |
2021-03-09 | XEP-0441: Split MAM preferences into a separate plugin | mathieui | |
2021-03-09 | XEP-0313: Update stanza for completeness, and more docs | mathieui | |
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 | Merge branch 'async-adhoc' into 'master' | mathieui | |
XEP-0050 Make handle_command_xxx async See merge request poezio/slixmpp!144 | |||
2021-03-09 | XEP-0050 Make handle_command_xxx async | Nicoco K | |
2021-03-08 | Merge branch 'fix-0004-field-type' into 'master' | mathieui | |
Fix 0004 field type See merge request poezio/slixmpp!148 | |||
2021-03-08 | tests: Fix XEP-0060 tests for the new 0004 change regarding type attribute | mathieui | |
2021-03-08 | XEP-0004: stanza, only delete field type if it is not 'hidden' | mathieui | |
Not strictly required, but most XEPs use it like that for forms of type='submit', and that makes it easier to write stanza tests. | |||
2021-03-08 | Merge branch 'form-multi-attrib' into 'master' | mathieui | |
XEP-0004: add "forms" as a multi-attrib plugin for Form See merge request poezio/slixmpp!147 | |||
2021-03-08 | Merge branch 'typing-jid' into 'master' | mathieui | |
JID: add some forgotten type hints See merge request poezio/slixmpp!146 | |||
2021-03-07 | XEP-0004: add "forms" as a multi-attrib plugin for Form | mathieui | |
2021-03-07 | JID: add some forgotten type hints | mathieui | |
2021-03-07 | tests: enable and fix RSM test for XEP-0030 | mathieui | |
2021-03-07 | XEP-0059: docs and typing | mathieui | |
Also: - fix a typo in the plugin description (wrong number) - add iq_options to make retrieval more flexible | |||
2021-03-07 | docs: add resultiterator docs for XEP-0059 | mathieui | |
2021-03-04 | Merge branch 'xep-0030-typing-and-co' into 'master' | mathieui | |
XEP-0030: add typing and more docs See merge request poezio/slixmpp!143 | |||
2021-03-02 | Merge branch 'gateway' into 'master' | mathieui | |
Gateway interaction (XEP0100) See merge request poezio/slixmpp!135 | |||
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-03-01 | XEP-0030 static: Fix PEP8, types | mathieui | |
2021-03-01 | XEP-0030 stanza: FIX PEP8, types | mathieui | |
2021-03-01 | XEP-0030 plugin: Fix PEP8, types | mathieui | |
2021-03-01 | docs: improve XEP-0030 docs | mathieui | |
2021-03-01 | types: add some often-used types | mathieui | |
2021-02-27 | Merge branch 'docs-dedfault' into 'master' | mathieui | |
docs: fix a typo (dedfault) See merge request poezio/slixmpp!142 | |||
2021-02-27 | docs: fix a typo (dedfault) | mathieui | |
2021-02-27 | Merge branch 'more-tests' into 'master' | mathieui | |
Add some more tests for MIX, and fix a small bug See merge request poezio/slixmpp!141 | |||
2021-02-27 | XEP-0403: Add stanza tests | mathieui | |
2021-02-27 | XEP-0405: add stream tests | mathieui | |
2021-02-27 | XEP-0405: Fix a bug in nodes returned by join_channel | mathieui | |
Yay tests! | |||
2021-02-27 | Merge branch 'async-interal-api-break-everything' into 'master' | mathieui | |
Make the internal "api" async See merge request poezio/slixmpp!128 | |||
2021-02-26 | docs: document the "internal API" with reference & howto | mathieui | |
2021-02-26 | docs: add references to API docs | mathieui | |
2021-02-26 | XEP-0231: do not crash if max-age is None | mathieui | |
it is only RECOMMENDED |