summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0184/__init__.py
AgeCommit message (Collapse)Author
2012-03-16Expand support for XEP-0184.Lance Stout
New stanza interfaces: Adding a message receipt request: msg['request_receipt'] = True Adding a message receipt: msg['receipt'] = '123-24234' Retrieving the acked message ID: ack_id = msg['receipt'] print(ack_id) '123-24234' New configuration options: auto_ack: If True, auto reply to messages that request receipts. Defaults to True auto_request: If True, auto add receipt requests to appropriate outgoing messages. Defaults to False
2012-03-12Move XEP-0184 to new system.Lance Stout
2012-02-03Fix XEP-0184 importsLance Stout
2012-02-03Added fritzy to the copyright for xep_0184Erik Larsson
2012-02-02Added plugin for XEP-0184Erik Larsson