index
:
slixmpp
3449-xmpp-connection-stuck-forever-after-error-in-start_tls
WIP
adhoc-execute-next
compiler
disco
exp_idle_call
markup
master
sleek-merge
slix-1.7
Personal fork of SleekXMPP
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
slixmpp
/
plugins
/
xep_0092
Age
Commit message (
Expand
)
Author
2021-02-05
global: rewrite copyright notice to use comments
mathieui
2021-02-05
XEP-0092: Add type hints and switch to default args
mathieui
2020-12-10
docs: update docstrings for sphinx conformity
mathieui
2018-08-08
xep_0092: Return <service-unavailable/> instead. Fixes #3415.
Emmanuel Gil Peyrot
2018-08-08
xep_0092: Send a <forbidden/> error if we don’t want to send our version. (...
Emmanuel Gil Peyrot
2016-10-22
sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.py
Emmanuel Gil Peyrot
2016-10-22
sed -i 's/set((\(.*\)))$/{\1}/g' **/*.py
Emmanuel Gil Peyrot
2016-09-20
Various XEPs: Remove deprecated aliases.
Emmanuel Gil Peyrot
2015-09-04
Add timeout_callback to a bunch of plugins as a parameter
mathieui
2015-02-28
Revert or edit most previous XEP plugin changes
mathieui
2015-02-24
XEP-0092: wrap get_version() with coroutine_wrapper
mathieui
2015-02-12
Remove more threaded= and block= options from the plugins
mathieui
2015-02-12
Fix the uses of stanza.reply()
mathieui
2014-07-17
Rename to slixmpp
Florent Le Coz