summaryrefslogtreecommitdiff
path: root/slixmpp
AgeCommit message (Expand)Author
2020-10-01StanzaBase.send: remove inexisting param in docstring -- thanks elghinnMaxime “pep” Buquet
2020-08-05Fix 'from' attribute missing for ComponentXMPP Disco IQaearil
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
2020-05-29XEP-0045: Split __init__Maxime “pep” Buquet
2020-05-29XEP-0045: Add MUCMessageMaxime “pep” Buquet
2020-05-29XEP-0045: Remove unused MUCPresence attributesMaxime “pep” Buquet
2020-05-29XEP-0045: Add some types in stanzaMaxime “pep” Buquet
2020-05-29XEP-0045: Add stanza.NS* constsMaxime “pep” Buquet
2020-05-29XEP-0045: Split stanza into sub-moduleMaxime “pep” Buquet
2020-05-29XEP-0045: Remove useless Python2-nessMaxime “pep” Buquet
2020-05-29XEP-0045: Change to a package moduleMaxime “pep” Buquet
2020-05-27XEP-0421: Add shorthand to namespaceMaxime “pep” Buquet
2020-05-27XEP-0421: add has_feature helperMaxime “pep” Buquet
2020-05-27New XEP: 0421 Occupant-idMaxime “pep” Buquet
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-23Update version to 1.5.2slix-1.5.2mathieui
2020-05-20xep_0045: don't create empty itemMaxime “pep” Buquet
2020-05-12xep_0363: pass more information to FileTooBig exceptionMaxime “pep” Buquet
2020-05-12xep_0363: Ensure every form in disco#info is readMaxime “pep” Buquet
2020-05-02Update version to 1.5.1slix-1.5.1mathieui
2020-05-02Fix a regression introduced in 1.5.0mathieui
2020-05-01Update version to 1.5.0slix-1.5.0mathieui
2020-04-06xep_0196: Use correct tag local name (thanks ivucica)Maxime “pep” Buquet
2020-04-04Merge branch 'fix-deprecations' into 'master'mathieui
2020-04-04Fix TypeError: 'NoneType' object is not an iteratorjheling
2020-04-04Fix deprecation warning regarding invalid escape sequences.Karthikeyan Singaravelan
2020-04-04Merge branch 'fix-celementtree-import' into 'master'mathieui
2020-04-04fire 'disconnected' callback from abort()Georg Lukas
2020-04-04expose is_connecting state based on connection attempt futureGeorg Lukas
2020-03-29Merge branch 'fix-0198' into 'master'Maxime Buquet
2020-03-29XEP-0198: unset end_session_on_disconnect on resume/enableGeorg Lukas
2020-03-29Reset reconnect delay on manual reconnect, add delay eventGeorg Lukas
2020-03-28Merge branch 'fix-0198' into 'master'Maxime Buquet
2020-03-28XEP-0198: fix race conditions on enable/resumeGeorg Lukas
2020-03-28XEP-0198: properly disable on disconnect, fix reconnect-loopGeorg Lukas
2020-03-28cElementTree has been deprecated since Python 3.3 and removed in Python 3.9.Karthikeyan Singaravelan
2020-03-23reconnect: fix callback when not currently connectedGeorg Lukas
2019-12-27Put the queue exception at toplevelmathieui
2019-12-27Improve the send queue code a bitmathieui
2019-12-27add a separate place for slow ass filtersmathieui
2019-12-27raise Exceptionmathieui
2019-12-27Try/except around outbound stanza processingmathieui
2019-12-27Remove trailing whitespacemathieui
2019-12-27Update test framework to work with new filtersmathieui
2019-12-27Run the send queue in a separate coroutinemathieui
2019-11-11xep_0048: Ensure Conference jid is of type str when given a JIDMaxime “pep” Buquet