diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py
index 9c6776e77f86f70ad1cf34f271924f5f3d85ae66..c34fa344f0f34c1b759ca96d83ae58a1f14ec3be 100644
--- a/src/common/connection_handlers.py
+++ b/src/common/connection_handlers.py
@@ -2024,7 +2024,7 @@ ConnectionJingle, ConnectionIBBytestream):
     def _StreamCB(self, con, obj):
         log.debug('StreamCB')
         gajim.nec.push_incoming_event(StreamReceivedEvent(None,
-            conn=self, stanza=iq_obj))
+            conn=self, stanza=obj))
 
     def _register_handlers(self, con, con_type):
         # try to find another way to register handlers in each class