Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-19 | PEP8 formatting updates. | Lance Stout | |
2012-03-16 | Fix requesting receipts on a message that has not been bound to a stream. | Lance Stout | |
2012-03-16 | Fix requiring receipt request messages to have ID values. | Lance Stout | |
2012-03-16 | Expand 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-12 | Move XEP-0184 to new system. | Lance Stout | |
2012-02-03 | Fix XEP-0184 imports | Lance Stout | |
2012-02-03 | Added fritzy to the copyright for xep_0184 | Erik Larsson | |
2012-02-02 | Added plugin for XEP-0184 | Erik Larsson | |