diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py index 026729126ae7421d6fd8a5b1aec88144fe8d8f1d..d79d513798345aa03516ab6c5138f51e6a1caec1 100644 --- a/src/common/connection_handlers.py +++ b/src/common/connection_handlers.py @@ -1994,7 +1994,7 @@ ConnectionJingle, ConnectionIBBytestream): def _StreamCB(self, con, iq_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