mathieui
ef961392be
Enforce <spam/> and <abuse/> quantity constraints
2020-05-24 13:46:47 +02:00
mathieui
2e31de3f45
Add a plugin for XEP-0377: spam reporting
2020-05-24 13:33:51 +02:00
mathieui
8a52730f11
Merge branch 'tutorial' into 'master'
...
Tutorial - english and polish version.
See merge request poezio/slixmpp!33
2020-05-24 13:05:56 +02:00
mathieui
04df50feac
Merge branch 'release-slix-1.5.2' into 'master'
...
Update version to 1.5.2
See merge request poezio/slixmpp!52
2020-05-23 23:46:01 +02:00
mathieui
c7bd224182
Update version to 1.5.2
2020-05-23 23:43:27 +02:00
mathieui
bac1e9b44a
Merge branch 'muc-presence' into 'master'
...
xep_0045: don't create empty item
See merge request poezio/slixmpp!51
2020-05-22 16:32:27 +02:00
b62f0e90c1
xep_0045: don't create empty item
...
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-20 00:37:46 +02:00
mathieui
9ace053992
Merge branch 'upload-filetoobig' into 'master'
...
xep_0363: pass more information to FileTooBig exception
See merge request poezio/slixmpp!50
2020-05-12 01:53:00 +02:00
c7cd2fcf33
xep_0363: pass more information to FileTooBig exception
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-12 01:49:56 +02:00
e57289358f
Merge branch 'upload-disco-form' into 'master'
...
xep_0363: Ensure every form in disco#info is read
See merge request poezio/slixmpp!49
2020-05-12 01:04:41 +02:00
4aa35c11ab
xep_0363: Ensure every form in disco#info is read
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-12 01:03:50 +02:00
mathieui
d6f7d32bbe
Merge branch 'version-1.5.1' into 'master'
...
Update version to 1.5.1
See merge request poezio/slixmpp!47
2020-05-02 19:44:54 +02:00
mathieui
0dd32be7f5
Update version to 1.5.1
...
1.5.0 changed what could be expected to be sent before calling
disconnect(), this fixes it.
2020-05-02 19:39:21 +02:00
bf69698af1
Merge branch 'add-forever-false-examples' into 'master'
...
Add forever=False to some examples to make them terminate
See merge request poezio/slixmpp!46
2020-05-02 17:54:50 +02:00
aa732b3c94
Merge branch 'fix-disconnect-send-queue' into 'master'
...
Fix a regression introduced in 1.5.0
See merge request poezio/slixmpp!45
2020-05-02 17:35:17 +02:00
mathieui
d076cef023
Add forever=False to some examples to make them terminate
2020-05-02 17:34:11 +02:00
mathieui
f884b67b8b
Fix a regression introduced in 1.5.0
...
Due to the send queue, messages sent immediatly before calling
"disconnect" would not be sent.
2020-05-02 17:17:08 +02:00
0d3116dbdf
Merge branch 'fix-start-handlers' into 'master'
...
Change session_start callback to async in most examples
See merge request poezio/slixmpp!44
2020-05-02 16:51:51 +02:00
mathieui
f1ab9ab964
Change session_start callback to async in most examples
...
If we fetch the roster, we should probably wait until we get it back
2020-05-02 16:47:04 +02:00
mathieui
e520ab1f5e
Merge branch 'release-1.5.0' into 'master'
...
Update version to 1.5.0
See merge request poezio/slixmpp!43
2020-05-01 16:00:58 +02:00
mathieui
3dcb96d9d8
Update version to 1.5.0
2020-05-01 15:26:24 +02:00
0a7a4c3abe
Merge branch 'python-version' into 'master'
...
Update Python version minimum requirement to 3.7
See merge request poezio/slixmpp!42
2020-05-01 15:14:49 +02:00
a4bbc404ed
Update Python version minimum requirement to 3.7
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-01 15:13:19 +02:00
Paulina
1314e70460
Changing the use of 'threading' in python for more suitable 'subprocesses'. Change of English names to Polish equivalents, as requested by the authors.
2020-04-14 21:21:35 +02:00
Paulina
f84bfce5f3
Correction and editing of the tutorials.
...
[100%] English version
[100%] Polish version
[100%] Both version consistency check
[98 %] Final sanity check + formating
2020-04-10 12:37:31 +02:00
c3fbc6cb80
xep_0196: Use correct tag local name (thanks ivucica)
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-06 12:57:12 +02:00
355d789061
docs: remove andyet logo/link on every page
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-06 12:57:12 +02:00
mathieui
47ed67c04e
Merge branch 'add-github-pr-template' into 'master'
...
Add a github pull request template
See merge request poezio/slixmpp!41
2020-04-04 20:06:23 +02:00
mathieui
34567f450a
Add a github pull request template
2020-04-04 20:04:23 +02:00
mathieui
9126bd8392
Merge branch 'fix-deprecations' into 'master'
...
Fix deprecation warning regarding invalid escape sequences.
See merge request poezio/slixmpp!40
2020-04-04 18:53:15 +02:00
mathieui
02202f7cd8
Merge branch 'fix-nonetype-error' into 'master'
...
Fix an issue when deleting subelements: TypeError: 'NoneType' object is not an iterator
See merge request poezio/slixmpp!39
2020-04-04 18:44:25 +02:00
jheling
2add94f5b0
Fix TypeError: 'NoneType' object is not an iterator
...
When deleting sub-elements in a stanza.
2020-04-04 18:42:48 +02:00
Karthikeyan Singaravelan
5fc757f200
Fix deprecation warning regarding invalid escape sequences.
2020-04-04 16:08:44 +00:00
mathieui
98108d0445
Merge branch 'fix-celementtree-import' into 'master'
...
cElementTree has been deprecated since Python 3.3 and removed in Python 3.9.
See merge request poezio/slixmpp!38
2020-04-04 17:55:11 +02:00
76f4fb49d6
Merge branch 'sync-fixes' into 'master'
...
Sync fixes
See merge request poezio/slixmpp!37
2020-04-04 15:28:59 +02:00
Georg Lukas
5be46a5e68
fire 'disconnected' callback from abort()
2020-04-04 13:16:33 +02:00
Georg Lukas
ab9040c30e
expose is_connecting state based on connection attempt future
2020-04-04 13:16:31 +02:00
a16e2a0f6c
Merge branch 'fix-0198' into 'master'
...
XEP-0198: unset end_session_on_disconnect on resume/enable
See merge request poezio/slixmpp!36
2020-03-29 14:28:06 +02:00
842aa3be8f
Merge branch 'fix-reconnect-2.0' into 'master'
...
Reset reconnect delay on manual reconnect, add delay event
See merge request poezio/slixmpp!35
2020-03-29 14:26:15 +02:00
Georg Lukas
6c28b49e7f
XEP-0198: unset end_session_on_disconnect on resume/enable
2020-03-29 14:21:40 +02:00
Georg Lukas
621255027d
Reset reconnect delay on manual reconnect, add delay event
...
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-29 14:21:05 +02:00
efe316dc8c
Merge branch 'fix-0198' into 'master'
...
XEP-0198: properly disable on disconnect, fix reconnect-loop
See merge request poezio/slixmpp!34
2020-03-28 22:11:52 +01:00
e9a87a0b77
Merge branch 'master' into 'master'
...
reconnect: fix callback when not currently connected
See merge request poezio/slixmpp!32
2020-03-28 22:11:34 +01:00
Georg Lukas
85c9967b9c
XEP-0198: fix race conditions on enable/resume
...
This code splits out the `enabled` property into `enabled_in` and
`enabled_out` to reflect that client and server enable 0198
asynchronously.
This also moves the actual enabling code into the stanza processing
logic, because apparently, `enable.send()` was just added into the end
of the send queue, but `enable` got enabled immediately, so that poezio
requested ACKs for whatever happened to be in the queue before.
Async is hard, let's go get fishing.
2020-03-28 21:49:18 +01:00
Georg Lukas
deb6d4f176
XEP-0198: properly disable on disconnect, fix reconnect-loop
...
When the connection is disconnected (but the session didn't "end",
because 0198 resumption is enabled), poezio will reconnect and try to
send an <r/> element because the 0198 plugin doesn't realize that SM
wasn't re-enabled yet.
2020-03-28 20:50:55 +01:00
Karthikeyan Singaravelan
7218bb4499
cElementTree has been deprecated since Python 3.3 and removed in Python 3.9.
2020-03-28 04:42:23 +00:00
Georg Lukas
d85efec7a2
reconnect: fix callback when not currently connected
...
The 'disconnected' event is normally fired from connection_lost(), which
is called by the connection code when the connection is lost after being
established. However, if the connection wasn't successfully established,
a manual /reconnect no-ops because it waits for the 'disconnected'
callback which never fires. This patch does two things:
1. Immediately fire a 'disconnected' event in disconnect() if there is
no transport.
2. Register the 'disconnected' event handler in reconnect() *before* it
can be fired.
2020-03-23 18:59:29 +01:00
Paulina
9fd8684c5a
Correction and editing of the tutorials.
...
[98 %] English version
[98 %] Polish version
[100%] Both version consistency check
[95 %] Final sanity check + formating
2020-03-21 17:08:31 +01:00
Paulina
fc77fb7648
Correction and editing of the tutorials.
...
[95 %] English version
[95 %] Polish version
[100%] Both version consistency check
[95 %] Final sanity check + formating
2020-03-15 18:02:46 +01:00
Paulina
c8d802a6c7
Correction and editing of the tutorials.
...
[95 %] English version
[95 %] Polish version
[100%] Both version consistency check
[80 %] Final sanity check + formating
2020-03-15 17:27:47 +01:00