Skip to content
Snippets Groups Projects
Commit e0ffa2d2 authored by Thibg's avatar Thibg
Browse files

[jingle] fix TB when receiving an error stanza

parent cbd384ed
No related branches found
No related tags found
No related merge requests found
......@@ -325,7 +325,7 @@ class JingleSession(object):
break
elif child.getNamespace() == xmpp.NS_STANZAS:
error_name = child.getName()
self.__dispatch_error(error_name, text, error.getAttribute('type'))
self.__dispatch_error(error_name, text, error.getAttr('type'))
# FIXME: Not sure when we would want to do that...
def __on_transport_replace(self, stanza, jingle, error, action):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment