Slixfeed/slixfeed/xmpp
Stephen Paul Weber 93ae763db7
Clear session['next'] if we are done
It will currently contain whatever it was last set to since the session
value is persistent across steps, but the way to signal to slixmpp that
we are done and it should send status=completed is to have next set to
None, per https://codeberg.org/poezio/slixmpp/src/branch/master/slixmpp/plugins/xep_0050/adhoc.py#L317
2024-02-14 23:20:51 -05:00
..
__init__.py Apply patch from grym 2024-01-18 20:57:49 +00:00
bookmark.py Improve groupchat functions to handle with erroneous cases 2024-02-14 17:09:54 +00:00
client.py Clear session['next'] if we are done 2024-02-14 23:20:51 -05:00
component.py Fix Ad-hoc form of Settings 2024-02-12 19:01:28 +00:00
connect.py Fix settings update. 2024-02-11 21:31:31 +00:00
message.py WIP: Closer to fix double message. See task.py 2024-02-10 17:53:53 +00:00
muc.py Improve groupchat functions to handle with erroneous cases 2024-02-14 17:09:54 +00:00
presence.py Improve groupchat functions to handle with erroneous cases 2024-02-14 17:09:54 +00:00
process.py Add export/import forms. 2024-02-15 00:16:51 +00:00
profile.py Add ad-hoc commands 2024-02-06 03:04:43 +00:00
roster.py WIP: Closer to fix double message. See task.py 2024-02-10 17:53:53 +00:00
upload.py Fix presence and subscription handling. 2024-02-07 00:26:42 +00:00
utility.py Fix settings update. 2024-02-11 21:31:31 +00:00