Ignore:
Timestamp:
Jul 31, 2008 8:32:46 AM (16 years ago)
Author:
bennylp
Message:

Fixed ticket #582: Extended presence status is not sent in initial NOTIFY request (thanks Joseph Maiquez for the report)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_pres.c

    r2162 r2186  
    879879    //causing XML parsing to fail. 
    880880    //pres_status.info[0].contact = pjsua_var.local_uri; 
     881    /* add RPID information */ 
     882    pj_memcpy(&pres_status.info[0].rpid, &acc->rpid,  
     883              sizeof(pjrpid_element)); 
    881884 
    882885    pjsip_pres_set_status(srv_pres->sub, &pres_status); 
Note: See TracChangeset for help on using the changeset viewer.