summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-28XEP-363 fix: call callback when receiving the upload slot.cnngimenez
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
2020-05-01Update version to 1.5.0slix-1.5.0mathieui
2020-05-01Merge branch 'python-version' into 'master'Maxime Buquet
Update Python version minimum requirement to 3.7 See merge request poezio/slixmpp!42
2020-05-01Update Python version minimum requirement to 3.7Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-14Changing the use of 'threading' in python for more suitable 'subprocesses'. ↵Paulina
Change of English names to Polish equivalents, as requested by the authors.
2020-04-10Correction and editing of the tutorials.Paulina
[100%] English version [100%] Polish version [100%] Both version consistency check [98 %] Final sanity check + formating
2020-04-06xep_0196: Use correct tag local name (thanks ivucica)Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-06docs: remove andyet logo/link on every pageMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-04Merge branch 'add-github-pr-template' into 'master'mathieui
Add a github pull request template See merge request poezio/slixmpp!41
2020-04-04Add a github pull request templatemathieui
2020-04-04Merge branch 'fix-deprecations' into 'master'mathieui
Fix deprecation warning regarding invalid escape sequences. See merge request poezio/slixmpp!40
2020-04-04Merge branch 'fix-nonetype-error' into 'master'mathieui
Fix an issue when deleting subelements: TypeError: 'NoneType' object is not an iterator See merge request poezio/slixmpp!39
2020-04-04Fix TypeError: 'NoneType' object is not an iteratorjheling
When deleting sub-elements in a stanza.
2020-04-04Fix deprecation warning regarding invalid escape sequences.Karthikeyan Singaravelan
2020-04-04Merge branch 'fix-celementtree-import' into 'master'mathieui
cElementTree has been deprecated since Python 3.3 and removed in Python 3.9. See merge request poezio/slixmpp!38
2020-04-04Merge branch 'sync-fixes' into 'master'Maxime Buquet
Sync fixes See merge request poezio/slixmpp!37
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
XEP-0198: unset end_session_on_disconnect on resume/enable See merge request poezio/slixmpp!36
2020-03-29Merge branch 'fix-reconnect-2.0' into 'master'Maxime Buquet
Reset reconnect delay on manual reconnect, add delay event See merge request poezio/slixmpp!35
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
This is just a hotfix workaround for an underlying problem. The `_connect_routine` code is "blocking" (in an async way) for `connect_loop_wait` seconds, so that a fresh-started manual reconnect will be silenty delayed. This code does the following changes: 1. It moves the delay to before the DNS resolution (with the exponential back-off it might well be that the DNS records are changed while slixmpp is waiting). 2. It adds a new event `reconnect_delay` that gets passed the number of seconds it will delay before actually reconnecting 3. It resets the `connect_loop_wait` timer on a manual connect/reconnect call to fix the interactive experience. A *proper fix* would replace the sleep in `_connect_routine` with a properly timered re-invocation of it, but I don't understand enough of asyncio for pulling off that magic, and this is actually a proper improvement. Also I tested this and it works!
2020-03-28Merge branch 'fix-0198' into 'master'Maxime Buquet
XEP-0198: properly disable on disconnect, fix reconnect-loop See merge request poezio/slixmpp!34
2020-03-28Merge branch 'master' into 'master'Maxime Buquet
reconnect: fix callback when not currently connected See merge request poezio/slixmpp!32