diff options
author | Lance Stout <lancestout@gmail.com> | 2012-03-16 10:51:25 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-03-16 10:51:25 -0700 |
commit | 58e0f1e6c3a8dd6eea19e05aa9367a3dd2ceca70 (patch) | |
tree | f1346716c923c752d16099bc6e7698b3e9dcddf3 /sleekxmpp/roster/item.py | |
parent | 96ff2d43c057c1aabdb735f3a0150d3a99fb0db6 (diff) | |
download | slixmpp-58e0f1e6c3a8dd6eea19e05aa9367a3dd2ceca70.tar.gz slixmpp-58e0f1e6c3a8dd6eea19e05aa9367a3dd2ceca70.tar.bz2 slixmpp-58e0f1e6c3a8dd6eea19e05aa9367a3dd2ceca70.tar.xz slixmpp-58e0f1e6c3a8dd6eea19e05aa9367a3dd2ceca70.zip |
Expand support for XEP-0184.
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
Diffstat (limited to 'sleekxmpp/roster/item.py')
0 files changed, 0 insertions, 0 deletions