forked from Mirrors/freeswitch
whoops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7028 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6c25cb4136
commit
f5fad7f362
@ -1275,7 +1275,7 @@ void sofia_presence_handle_sip_i_message(int status,
|
||||
const char *subject = "n/a";
|
||||
char *msg = NULL;
|
||||
|
||||
if (sip->sip_content_type && !switch_strlen_zero(sip->sip_content_type->c_subtype)) {
|
||||
if (sip->sip_content_type && sip->sip_content_type->c_subtype) {
|
||||
if (strstr(sip->sip_content_type->c_subtype, "composing")) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user