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

Class Contact

source code


Information concerning a contact
Instance Methods [hide private]
 
__init__(self, jid, account, name='', groups=[], show='', status='', sub='', ask='', resource='', priority=0, keyID='', client_caps=None, our_chatstate=None, chatstate=None, last_status_time=None, msg_id=None, composing_xep=None, last_activity_time=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
 
get_shown_groups(self) source code
 
is_hidden_from_roster(self)
If contact should not be visible in roster
source code
 
is_observer(self) source code
 
is_groupchat(self) source code
 
is_transport(self) 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, jid, account, name='', groups=[], show='', status='', sub='', ask='', resource='', priority=0, keyID='', client_caps=None, our_chatstate=None, chatstate=None, last_status_time=None, msg_id=None, composing_xep=None, last_activity_time=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

get_shown_groups(self)

source code 

is_hidden_from_roster(self)

source code 
If contact should not be visible in roster

is_observer(self)

source code 

is_groupchat(self)

source code 

is_transport(self)

source code