Package common :: Module contacts :: Class GC_Contact
[hide private]
[frames] | no frames]

Class GC_Contact

source code


Information concerning each groupchat contact
Instance Methods [hide private]
 
__init__(self, room_jid, account, name='', show='', status='', role='', affiliation='', jid='', resource='', our_chatstate=None, composing_xep=None, chatstate=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
get_full_jid(self) source code
 
get_shown_name(self) source code
 
as_contact(self)
Create a Contact instance from this GC_Contact instance
source code

Inherited from CommonContact: supports

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, room_jid, account, name='', show='', status='', role='', affiliation='', jid='', resource='', our_chatstate=None, composing_xep=None, chatstate=None)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

get_full_jid(self)

source code 
Overrides: CommonContact.get_full_jid

get_shown_name(self)

source code 
Overrides: CommonContact.get_shown_name

as_contact(self)

source code 
Create a Contact instance from this GC_Contact instance