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

This commit is contained in:
Yann Leboulanger 2008-06-20 06:34:24 +00:00
parent 3d2e97d251
commit ef0b115710
1 changed files with 3 additions and 0 deletions

View File

@ -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