Ignore:
Timestamp:
May 14, 2007 4:37:47 PM (17 years ago)
Author:
bennylp
Message:

Ticket #272: the From parameter on_pager() callback contains Contact instead (thanks Nicholas Xu), and also allow non-text/plain IM messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/pjproject-0.5-stable/pjsip-apps/src/pjsua/pjsua_app.c

    r1223 r1271  
    17411741    PJ_UNUSED_ARG(mime_type); 
    17421742 
    1743     PJ_LOG(3,(THIS_FILE,"MESSAGE from %.*s: %.*s", 
     1743    PJ_LOG(3,(THIS_FILE,"MESSAGE from %.*s: %.*s (%.*s)", 
    17441744              (int)from->slen, from->ptr, 
    1745               (int)text->slen, text->ptr)); 
     1745              (int)text->slen, text->ptr, 
     1746              (int)mime_type->slen, mime_type->ptr)); 
    17461747} 
    17471748 
Note: See TracChangeset for help on using the changeset viewer.