Ignore:
Timestamp:
Mar 2, 2006 9:18:58 PM (18 years ago)
Author:
bennylp
Message:

Added IM and composition indication, and tested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-simple/errno.c

    r212 r268  
    3030} err_str[] =  
    3131{ 
     32    /* Event errors */ 
    3233    { PJSIP_SIMPLE_ENOPKG,          "No SIP event package with the specified name" }, 
    3334    { PJSIP_SIMPLE_EPKGEXISTS,      "SIP event package already exist" }, 
    3435 
     36    /* Presence errors */ 
    3537    { PJSIP_SIMPLE_ENOTSUBSCRIBE,   "Expecting SUBSCRIBE request" }, 
    3638    { PJSIP_SIMPLE_ENOPRESENCE,     "No presence associated with the subscription" }, 
     
    3941    { PJSIP_SIMPLE_EBADPIDF,        "Bad PIDF content for presence" }, 
    4042    { PJSIP_SIMPLE_EBADXPIDF,       "Bad XPIDF content for presence" }, 
     43 
     44    /* isComposing errors. */ 
     45    { PJSIP_SIMPLE_EBADISCOMPOSE,   "Bad isComposing indication/XML message" }, 
    4146}; 
    4247 
Note: See TracChangeset for help on using the changeset viewer.