Changeset 2762 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_pres.c
- Timestamp:
- Jun 15, 2009 4:03:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_pres.c
r2661 r2762 167 167 total += info->contact.slen; 168 168 169 /* Presence status */ 170 pj_memcpy(&info->pres_status, &buddy->status, sizeof(pjsip_pres_status)); 171 169 172 /* status and status text */ 170 173 if (buddy->sub == NULL || buddy->status.info_cnt==0) {
Note: See TracChangeset
for help on using the changeset viewer.