Changes between Version 3 and Version 4 of Python_SIP/Presence
- Timestamp:
- Jul 23, 2008 9:23:11 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python_SIP/Presence
v3 v4 41 41 == Changing Account's Presence Status == 42 42 43 The [http://www.pjsip.org/python/pjsua.htm#Account ] class provides two methods to change account's presence status:43 The [http://www.pjsip.org/python/pjsua.htm#Account Account] class provides two methods to change account's presence status: 44 44 * [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). 45 45 * [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.).