summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-26XEP-0045: update methods for asyncio & stanza, typingmathieui
- 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-22XEP-0045: register the new elements & reformat initmathieui
2020-11-22XEP-0045: add more stanza elementsmathieui
2020-10-01Merge branch 'master' into 'master'Maxime Buquet
Cancel run_filters task upon disconnect See merge request poezio/slixmpp!57
2020-10-01Merge branch 'xep-0363-callback-fix' into 'master'Maxime Buquet
XEP-0363 fix: call callback when receiving the upload slot. See merge request poezio/slixmpp!58
2020-10-01Merge branch 'stanzabase-docstring' into 'master'Maxime Buquet
StanzaBase.send: remove inexisting param in docstring -- thanks elghinn See merge request poezio/slixmpp!61
2020-10-01StanzaBase.send: remove inexisting param in docstring -- thanks elghinnMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-07-08Merge branch 'muc-package' into 'master'Maxime Buquet
XEP-0045: Move into a package module. Add MUCMessage stanza plugin See merge request poezio/slixmpp!56
2020-07-08Revert "Merge branch 'muc-stanza-format' into 'master'"Maxime “pep” Buquet
This reverts commit cde9ac123d8870b12fafe1179be2bf60967c8d7e, reversing changes made to bb61f0f39dfba205282dab50c0f3a47b26145c74.
2020-07-08Merge branch 'muc-stanza-format' into 'master'Maxime Buquet
Muc stanza format See merge request poezio/slixmpp!59
2020-07-08xep_0045: also return default value when attr doesn't existMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-07-08xep_0045: Make format string actually format stringsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-06-28XEP-363 fix: call callback when receiving the upload slot.cnngimenez
2020-06-12Cancel run_filters task upon disconnectehendrix23
2020-05-29XEP-0045: register_stanza_plgin(Message, MUCMessage)Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-29XEP-0045: Split __init__Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-29XEP-0045: Add MUCMessageMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-29XEP-0045: Remove unused MUCPresence attributesMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-29XEP-0045: Add some types in stanzaMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-29XEP-0045: Add stanza.NS* constsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-29XEP-0045: Split stanza into sub-moduleMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-29XEP-0045: Remove useless Python2-nessMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-29XEP-0045: Change to a package moduleMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-29XEP-0045: Move into a package module. Add MUCMessage stanza pluginMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-28Merge branch 'xep-0421' into 'master'mathieui
New XEP: 0421 Occupant-id See merge request poezio/slixmpp!55
2020-05-27XEP-0421: Add shorthand to namespaceMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-27XEP-0421: add has_feature helperMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-27New XEP: 0421 Occupant-idMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-24Merge branch 'plugin-377' into 'master'Maxime Buquet
Add a plugin for XEP-0377: spam reporting See merge request poezio/slixmpp!53
2020-05-24Add stanza tests for 0377mathieui
2020-05-24Enforce <spam/> and <abuse/> quantity constraintsmathieui
2020-05-24Add a plugin for XEP-0377: spam reportingmathieui
2020-05-24Merge branch 'tutorial' into 'master'mathieui
Tutorial - english and polish version. See merge request poezio/slixmpp!33
2020-05-23Merge branch 'release-slix-1.5.2' into 'master'mathieui
Update version to 1.5.2 See merge request poezio/slixmpp!52
2020-05-23Update version to 1.5.2slix-1.5.2mathieui
2020-05-22Merge branch 'muc-presence' into 'master'mathieui
xep_0045: don't create empty item See merge request poezio/slixmpp!51
2020-05-20xep_0045: don't create empty itemMaxime “pep” Buquet
Only create an item if an attribute is set. Don't create it when reading if it wasn't already present. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-12Merge branch 'upload-filetoobig' into 'master'mathieui
xep_0363: pass more information to FileTooBig exception See merge request poezio/slixmpp!50
2020-05-12xep_0363: pass more information to FileTooBig exceptionMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-12Merge branch 'upload-disco-form' into 'master'Maxime Buquet
xep_0363: Ensure every form in disco#info is read See merge request poezio/slixmpp!49
2020-05-12xep_0363: Ensure every form in disco#info is readMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-02Merge branch 'version-1.5.1' into 'master'3449-xmpp-connection-stuck-forever-after-error-in-start_tlsmathieui
Update version to 1.5.1 See merge request poezio/slixmpp!47
2020-05-02Update version to 1.5.1slix-1.5.1mathieui
1.5.0 changed what could be expected to be sent before calling disconnect(), this fixes it.
2020-05-02Merge branch 'add-forever-false-examples' into 'master'Maxime Buquet
Add forever=False to some examples to make them terminate See merge request poezio/slixmpp!46
2020-05-02Merge branch 'fix-disconnect-send-queue' into 'master'Maxime Buquet
Fix a regression introduced in 1.5.0 See merge request poezio/slixmpp!45
2020-05-02Add forever=False to some examples to make them terminatemathieui
2020-05-02Fix a regression introduced in 1.5.0mathieui
Due to the send queue, messages sent immediatly before calling "disconnect" would not be sent.
2020-05-02Merge branch 'fix-start-handlers' into 'master'Maxime Buquet
Change session_start callback to async in most examples See merge request poezio/slixmpp!44
2020-05-02Change session_start callback to async in most examplesmathieui
If we fetch the roster, we should probably wait until we get it back
2020-05-01Merge branch 'release-1.5.0' into 'master'mathieui
Update version to 1.5.0 See merge request poezio/slixmpp!43