]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
comment out
authorBrian West <brian@freeswitch.org>
Wed, 16 Feb 2011 14:45:17 +0000 (08:45 -0600)
committerBrian West <brian@freeswitch.org>
Wed, 16 Feb 2011 14:45:17 +0000 (08:45 -0600)
src/mod/endpoints/mod_sofia/sofia_presence.c

index df472f2f56cd002dccc41fe11af2f1d1836b3cf9..a8d3b84b0a11432a902c44b2f8e19f0a1ede8966 100644 (file)
@@ -232,9 +232,11 @@ switch_status_t sofia_presence_chat_send(const char *proto, const char *from, co
 
                status = SWITCH_STATUS_SUCCESS;
 
+               /*
                if ((p = strstr(contact, ";fs_"))) {
                        *p = '\0';
                }
+               */
 
                /* if this cries, add contact here too, change the 1 to 0 and omit the safe_free */