Remove JID cache, to better test for performance.
This commit is contained in:
committed by
Emmanuel Gil Peyrot
parent
8335c08782
commit
c29fc39ef1
@@ -128,9 +128,8 @@ class XEP_0078(BasePlugin):
|
||||
|
||||
self.xmpp.authenticated = True
|
||||
|
||||
self.xmpp.boundjid = JID(self.xmpp.requested_jid,
|
||||
resource=resource,
|
||||
cache_lock=True)
|
||||
self.xmpp.boundjid = JID(self.xmpp.requested_jid)
|
||||
self.xmpp.boundjid.resource = resource
|
||||
self.xmpp.event('session_bind', self.xmpp.boundjid)
|
||||
|
||||
log.debug("Established Session")
|
||||
|
||||
Reference in New Issue
Block a user