git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7028 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-12-30 01:43:57 +00:00
parent 6c25cb4136
commit f5fad7f362
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}