Remove JID cache, to better test for performance.

This commit is contained in:
Emmanuel Gil Peyrot
2015-06-11 00:43:21 +01:00
committed by Emmanuel Gil Peyrot
parent 8335c08782
commit c29fc39ef1
4 changed files with 20 additions and 60 deletions
+2 -3
View File
@@ -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")