Skip to content
Snippets Groups Projects
Commit ef0b1157 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

quick fix for private messages until we support caps for them. see #4033

parent 3d2e97d2
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,9 @@ class GC_Contact:
self.affiliation = affiliation
self.jid = jid
self.resource = resource
self.caps_node = None
self.caps_hash_method = None
self.caps_hash = None
def get_full_jid(self):
return self.room_jid + '/' + self.name
......
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