This commit is contained in:
js 2008-09-05 19:09:01 +00:00
parent 238ee10039
commit f260d83c80
1 changed files with 1 additions and 1 deletions

View File

@ -1780,7 +1780,7 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco,
and gajim.config.get_per('accounts', self.name,
'answer_receipts') and contact and contact.sub \
not in (u'to', u'none'):
receipt = common.xmpp.Message(to = jid, typ = 'chat')
receipt = common.xmpp.Message(to = frm, typ = 'chat')
receipt.setID(msg.getID())
receipt.setTag('received',
namespace='urn:xmpp:receipts')