summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0184/receipt.py
AgeCommit message (Collapse)Author
2016-10-22sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2015-02-04Don’t set the msg['from'] and msg['id'] in receipt.ack()mathieui
setting msg['id'] is wrong, and setting msg['from'] might lead to echoing back wrong input.
2014-07-17Rename to slixmppFlorent Le Coz