summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0027
AgeCommit message (Collapse)Author
2016-10-22sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2015-02-12Fix the uses of stanza.reply()mathieui
This is relying on the stanzas being copied for each handler. We no longer do that for performance reasons, so instead of editing the copy in-place, stanza.reply() now returns a new stanza.
2014-07-17Rename to slixmppFlorent Le Coz