Changeset 10391
- Timestamp:
- 09/05/08 21:09:01 (3 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/connection_handlers.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/connection_handlers.py
r10356 r10391 1781 1781 'answer_receipts') and contact and contact.sub \ 1782 1782 not in (u'to', u'none'): 1783 receipt = common.xmpp.Message(to = jid, typ = 'chat')1783 receipt = common.xmpp.Message(to = frm, typ = 'chat') 1784 1784 receipt.setID(msg.getID()) 1785 1785 receipt.setTag('received',
