minor fixes
This commit is contained in:
parent
c4953b1e11
commit
503c7dc515
|
@ -134,6 +134,7 @@ class FileProp(object):
|
||||||
self.fd = None
|
self.fd = None
|
||||||
self.startexmpp = None
|
self.startexmpp = None
|
||||||
self.session_type = None
|
self.session_type = None
|
||||||
|
self.request_id = None
|
||||||
|
|
||||||
def getsid(self):
|
def getsid(self):
|
||||||
# Getter of the property sid
|
# Getter of the property sid
|
||||||
|
|
Loading…
Reference in New Issue