diff --git a/src/common/contacts.py b/src/common/contacts.py index 591e839a3..ce1d78c43 100644 --- a/src/common/contacts.py +++ b/src/common/contacts.py @@ -204,8 +204,8 @@ class GC_Contact(CommonContact): Create a Contact instance from this GC_Contact instance """ return Contact(jid=self.get_full_jid(), account=self.account, - resource=self.resource, name=self.name, groups=[], show=self.show, - status=self.status, sub='none', client_caps=self.client_caps) + name=self.name, groups=[], show=self.show, status=self.status, + sub='none', client_caps=self.client_caps) class LegacyContactsAPI: