Emmanuel Gil Peyrot
cd4c9f82fc
Remove OrderedDict usage
...
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-06 17:00:47 +01:00
Link Mauve
05749c4969
Merge branch 'more-xeps' into 'master'
...
Add a batch of newer XEPs
See merge request poezio/slixmpp!69
2020-12-04 20:03:32 +01:00
mathieui
c2b09c5c83
Update doap.xml
2020-12-04 19:49:41 +01:00
mathieui
fdb0749cd1
XEP-0422,0424,0425,0439: Add basic stanza tests
2020-12-04 19:45:05 +01:00
mathieui
2c523d1a3b
XEP-0439: Quick Response
2020-12-04 19:42:23 +01:00
mathieui
41dea80d94
XEP-0425: Message Moderation
2020-12-04 19:42:23 +01:00
mathieui
c4ca15a040
XEP-0424: Message Retraction
2020-12-04 19:14:32 +01:00
mathieui
54d556280a
XEP-0428: Fallback Indication
2020-12-04 19:14:32 +01:00
mathieui
c63e9a32b9
XEP-0359: Unique and Stable Stanza IDs
...
(was partially supported in places before)
2020-12-04 19:14:30 +01:00
mathieui
58c3579f74
XEP-0422: Message Fastening
2020-12-04 19:13:55 +01:00
Link Mauve
e592a46c99
Merge branch 'add-363' into 'master'
...
XEP-0363: Add 0363 to the extension list
See merge request poezio/slixmpp!74
2020-12-04 19:12:34 +01:00
mathieui
fa6fe5e851
CI: install aiohttp as well
2020-12-04 19:10:46 +01:00
mathieui
6c52843d71
XEP-0363: Add 0363 to the extension list
2020-12-04 18:55:55 +01:00
Link Mauve
d660e447ee
Merge branch 'fix-reactions' into 'master'
...
XEP-0444: Fix session_bind()
See merge request poezio/slixmpp!73
2020-12-04 18:36:25 +01:00
mathieui
70cf35e9bf
XEP-0444: Fix session_bind()
...
wrong method called: remove_feature instead of del_feature
2020-12-04 18:34:27 +01:00
mathieui
5c5780503a
Merge branch 'xep-0353' into 'master'
...
XEP-0353: Jingle Message Initiation
See merge request poezio/slixmpp!72
2020-12-04 13:14:24 +01:00
Emmanuel Gil Peyrot
203628d707
XEP-0353: Jingle Message Initiation
2020-12-04 12:38:59 +01:00
Link Mauve
922ad8d9ea
Merge branch 'muc-more' into 'master'
...
MUC: Fix invite/decline issue and add basic stanza tests
See merge request poezio/slixmpp!71
2020-12-04 00:30:13 +01:00
mathieui
8eb756d55c
XEP-0045: Add basic stanza tests
2020-12-04 00:27:26 +01:00
mathieui
4da1c8573e
XEP-0045: Register the missing invite/decline element
2020-12-04 00:22:22 +01:00
mathieui
380f0e4e38
Tests: Remove tabnanny
...
it is not actively useful and takes 70% of the time of the tests
2020-12-04 00:20:51 +01:00
mathieui
56f44dc47d
Merge branch 'muc-improvements' into 'master'
...
MUC improvements
See merge request poezio/slixmpp!70
2020-12-03 23:50:14 +01:00
mathieui
fa7e33110f
XEP-0045: Misc small fixes.
2020-12-03 23:28:27 +01:00
mathieui
7033bc0061
XEP-0045: Better invitation handling
2020-12-03 23:28:27 +01:00
mathieui
98b9a6f9e3
XEP-0045: Remove "self" returns from stanza methods
2020-12-03 23:28:27 +01:00
mathieui
de548fbcce
XEP-0045: Add status_codes interface to the MUC element
2020-12-03 23:28:27 +01:00
mathieui
af46efc12a
Merge branch 'doap' into 'master'
...
DOAP: Add the list of XEPs we support
See merge request poezio/slixmpp!68
2020-12-02 19:30:08 +01:00
Emmanuel Gil Peyrot
88132def60
DOAP: Add the list of XEPs we support
...
This comes from slixmpp/plugins/__init__.py
2020-12-02 19:27:58 +01:00
Link Mauve
26db6175f2
Merge branch 'doap' into 'master'
...
doap.xml
See merge request poezio/slixmpp!54
2020-12-02 19:22:53 +01:00
mathieui
4d5586f4a1
Merge branch 'mix-implementation' into 'master'
...
First try at a MIX implementation
See merge request poezio/slixmpp!63
2020-12-02 19:19:14 +01:00
mathieui
4eb2bb7da8
ElementBase: serialize JID objects as strings automatically
...
This is a shortcut to avoid defining custom methods each time a
substanza containing a JID exists in a plugin.
Same thing with attributes, there is no place where we do not want this.
2020-12-02 19:17:33 +01:00
mathieui
15bf6bc827
XEP-0405: add basic stanza tests
2020-12-02 19:17:33 +01:00
mathieui
3d1615ea54
XEP-0369: add basic stanza tests
2020-12-02 19:17:33 +01:00
mathieui
350f85a8d1
XEP-0403: MIX-Presence
2020-12-02 19:17:33 +01:00
mathieui
b62ea49de3
XEP-0404: MIX-Anon: JID hidden channels
...
(not found)
2020-12-02 19:17:33 +01:00
mathieui
bdc12c00c6
XEP-0405: MIX-PAM
2020-12-02 19:17:33 +01:00
mathieui
51cc459bd0
XEP-0369: MIX-Core
2020-12-02 19:17:33 +01:00
Link Mauve
54b9721f3a
Merge branch 'xep-0047-fix-sequence-number' into 'master'
...
XEP-0047: Fix the max sequence number
See merge request poezio/slixmpp!67
2020-12-02 17:28:03 +01:00
Link Mauve
c20b72376e
Merge branch 'muc-update' into 'master'
...
XEP-0045 examples: remove wait arg to join_muc calls
See merge request poezio/slixmpp!66
2020-12-02 17:27:47 +01:00
mathieui
b27510f05b
XEP-0047: Fix the max sequence number
...
The max seq allowed according to the XEP is 65535, therefore we must
modulo using 65536 to allow that value.
2020-12-01 20:13:34 +01:00
mathieui
45a14871ee
Examples: remove wait arg to join_muc calls
...
it hasn’t worked in years, and I removed it recently
2020-12-01 19:51:33 +01:00
mathieui
6ff5162fb4
Merge branch 'adhoc-execute-next' into 'master'
...
Allow execute to be used with the meaning of 'next'.
Closes #3432
See merge request poezio/slixmpp!13
2020-11-27 20:21:12 +01:00
mathieui
c3a6352a6b
Merge branch 'fix-xep_0115-disco-component' into 'master'
...
Fix 'from' attribute missing for ComponentXMPP Disco IQ
Closes #3455
See merge request poezio/slixmpp!60
2020-11-27 20:06:53 +01:00
Link Mauve
086dc894d1
Merge branch 'remove-protoxep-occupantid' into 'master'
...
Remove protoxep_occupantid
See merge request poezio/slixmpp!65
2020-11-27 20:03:41 +01:00
mathieui
a245ba54bd
Remove protoxep_occupantid
...
And fix some minor details in 0421 plugin.
2020-11-27 20:02:03 +01:00
Link Mauve
c86a6ad299
Merge branch 'xep-0444-and-not-protoxep' into 'master'
...
Promote protoxep_reactions to XEP-0444
See merge request poezio/slixmpp!64
2020-11-27 19:54:13 +01:00
mathieui
7e4b664742
Install emoji in docker
2020-11-27 19:46:42 +01:00
mathieui
ddc3974d1b
Update protoxep_reactions to XEP-0444
2020-11-27 19:44:13 +01:00
Link Mauve
9b5ab741c8
Merge branch 'xep-45-misc-fixes' into 'master'
...
Misc fixes for xep-0045
See merge request poezio/slixmpp!62
2020-11-26 20:48:44 +01:00
mathieui
a9a7bdc6c3
XEP-0045: update methods for asyncio & stanza, typing
...
- This rewrites most of the stuff in the plugin by using the newly added
elements instead of raw ElementTree stuff with hardcoded namespaces.
- Adds methods for affiliation/roles
- Adds some type hints
- Fix many cases where the call would simply not work since slixmpp
exists (and break the API but it was already broken ¯\_(ツ)_/¯)
2020-11-26 20:47:21 +01:00