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_0059
Age
Commit message (
Expand
)
Author
2021-02-05
global: rewrite copyright notice to use comments
mathieui
2020-12-10
docs: update docstrings for sphinx conformity
mathieui
2019-09-08
Added amount parameter, so that limit on the msgs received per query can be c...
root
2019-08-23
Assign True to the 'before' tag if it's value is None (eg:at the start no msg...
root
2019-08-23
Removed assigning 'reverse' value to the 'before' tag (It's value is set in x...
root
2019-07-03
Added 'reverse' argument.
Madhur Garg
2019-07-03
Added 'reverse' parameter in mam and rsm plugins
Madhur Garg
2018-01-10
Fix typos, thanks `codespell`!
Emmanuel Gil Peyrot
2017-07-21
Update RSM for asyncio
mathieui
2016-10-22
Manual cleanup of the remaining set([…]) and set((…)).
Emmanuel Gil Peyrot
2016-10-22
sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.py
Emmanuel Gil Peyrot
2016-09-20
ElementBase: Remove deprecated find() and findall() methods.
disco
Emmanuel Gil Peyrot
2016-09-20
Various XEPs: Remove deprecated aliases.
Emmanuel Gil Peyrot
2014-07-17
Rename to slixmpp
Florent Le Coz