From 87171a346070e545e8ffbfb5ad7f52d6d0014301 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 3 Jan 2006 16:32:58 +0000 Subject: [PATCH] missing argument in create_gc_contact --- src/common/contacts.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/common/contacts.py b/src/common/contacts.py index 534270b01..66dc4587d 100644 --- a/src/common/contacts.py +++ b/src/common/contacts.py @@ -229,8 +229,9 @@ class Contacts: sub = 'none') def create_gc_contact(self, room_jid='', name='', show='', status='', - role='', affiliation='', jid=''): - return GC_Contact(room_jid, name, show, status, role, affiliation, jid) + role='', affiliation='', jid='', resource=''): + return GC_Contact(room_jid, name, show, status, role, affiliation, jid, + resource) def add_gc_contact(self, account, gc_contact): # No such account before ?