Gc_contact class becomes GC_Contact
This commit is contained in:
parent
ccc3de6687
commit
93f205f53b
|
@ -56,7 +56,7 @@ class Contact:
|
||||||
return self.jid + '/' + self.resource
|
return self.jid + '/' + self.resource
|
||||||
return self.jid
|
return self.jid
|
||||||
|
|
||||||
class Gc_contact:
|
class GC_Contact:
|
||||||
'''Information concerning each groupchat contact'''
|
'''Information concerning each groupchat contact'''
|
||||||
def __init__(self, room_jid='', nick='', show='', status='', role='',
|
def __init__(self, room_jid='', nick='', show='', status='', role='',
|
||||||
affiliation='', jid = ''):
|
affiliation='', jid = ''):
|
||||||
|
|
Loading…
Reference in New Issue