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

Ticket #274: 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/trunk/pjsip-apps/src/pjsua/pjsua_app.c

    r1263 r1272  
    16761676    PJ_UNUSED_ARG(mime_type); 
    16771677 
    1678     PJ_LOG(3,(THIS_FILE,"MESSAGE from %.*s: %.*s", 
     1678    PJ_LOG(3,(THIS_FILE,"MESSAGE from %.*s: %.*s (%.*s)", 
    16791679              (int)from->slen, from->ptr, 
    1680               (int)text->slen, text->ptr)); 
     1680              (int)text->slen, text->ptr, 
     1681              (int)mime_type->slen, mime_type->ptr)); 
    16811682} 
    16821683 
Note: See TracChangeset for help on using the changeset viewer.