Merge branch 'develop' into stream_features
This commit is contained in:
@@ -77,7 +77,7 @@ class Iq(RootStanza):
|
||||
StanzaBase.__init__(self, *args, **kwargs)
|
||||
if self['id'] == '':
|
||||
if self.stream is not None:
|
||||
self['id'] = self.stream.getNewId()
|
||||
self['id'] = self.stream.new_id()
|
||||
else:
|
||||
self['id'] = '0'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user