Changes between Version 3 and Version 4 of Python_SIP/Presence


Ignore:
Timestamp:
Jul 23, 2008 9:23:11 PM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python_SIP/Presence

    v3 v4  
    4141== Changing Account's Presence Status == 
    4242 
    43 The [http://www.pjsip.org/python/pjsua.htm#Account] class provides two methods to change account's presence status: 
     43The [http://www.pjsip.org/python/pjsua.htm#Account Account] class provides two methods to change account's presence status: 
    4444 * [http://www.pjsip.org/python/pjsua.htm#Account-set_basic_status set_basic_status()] can be used to set basic account's presence status (i.e. available or not available). 
    4545 * [http://www.pjsip.org/python/pjsua.htm#Account-set_presence_status set_presence_status()] can be used to set both the basic presence status and some extended information (e.g. busy, away, on the phone, etc.).