diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py
index 31103a54dffed61edbb49cf0d5ffe869cfba80e9..279e598d164fc9b95d94cb04a7428c96fbf4c715 100644
--- a/src/common/connection_handlers.py
+++ b/src/common/connection_handlers.py
@@ -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')