Package papyon :: Module profile :: Class Presence

Class Presence

source code

object --+
         |
        Presence

Presence states.

The members of this class are used to identify the Presence that a user wants to advertise to the contacts on his/her contact list.

Instance Methods

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  ONLINE = 'NLN'
online
  BUSY = 'BSY'
busy
  IDLE = 'IDL'
idle
  AWAY = 'AWY'
away
  BE_RIGHT_BACK = 'BRB'
be right back
  ON_THE_PHONE = 'PHN'
on the phone
  OUT_TO_LUNCH = 'LUN'
out to lunch
  INVISIBLE = 'HDN'
status hidden from contacts
  OFFLINE = 'FLN'
offline
Properties

Inherited from object: __class__