<h1>Project "FreeSWITCH Source" received a push.</h1>

<h2>branch: master updated</h2>
<pre>
       via: b7fd81de33a28c95cb935cc57429081b6c5a5f41 (commit)
      from: c565501f555a507fa2c56eccedccdbba7a366d6d (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Brian West
comments: 
 rip off the fs_ args on message like we do in SEND_MESSAGE

<span style="color: #000080; font-weight: bold">diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c</span>
<span style="color: #000080; font-weight: bold">index 2313cb7..3755894 100644</span>
<span style="color: #A00000">--- a/src/mod/endpoints/mod_sofia/sofia_presence.c</span>
<span style="color: #00A000">+++ b/src/mod/endpoints/mod_sofia/sofia_presence.c</span>
<span style="color: #800080; font-weight: bold">@@ -80,6 +80,7 @@ switch_status_t sofia_presence_chat_send(const char *proto, const char *from, co</span>
         char *ffrom = NULL;
         nua_handle_t *msg_nh;
         char *contact = NULL;
<span style="color: #00A000">+        char *p;</span>
         char *dup = NULL;
         switch_status_t status = SWITCH_STATUS_FALSE;
         const char *ct = &quot;text/html&quot;;
<span style="color: #800080; font-weight: bold">@@ -239,8 +240,12 @@ switch_status_t sofia_presence_chat_send(const char *proto, const char *from, co</span>
 
                 status = SWITCH_STATUS_SUCCESS;
 
<span style="color: #A00000">-                /* if this cries, add contact here too, change the 1 to 0 and omit the safe_free */</span>
<span style="color: #00A000">+                if ((p = strstr(contact, &quot;;fs_&quot;))) {</span>
<span style="color: #00A000">+                        *p = &#39;\0&#39;;</span>
<span style="color: #00A000">+                }</span>
 
<span style="color: #00A000">+                /* if this cries, add contact here too, change the 1 to 0 and omit the safe_free */</span>
<span style="color: #00A000">+                </span>
                 msg_nh = nua_handle(profile-&gt;nua, NULL,
                                                         TAG_IF(dst-&gt;route_uri, NUTAG_PROXY(dst-&gt;route_uri)),
                                                         TAG_IF(dst-&gt;route, SIPTAG_ROUTE_STR(dst-&gt;route)),
</pre></div>
========================================================================<pre>

Summary of changes:
 src/mod/endpoints/mod_sofia/sofia_presence.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
</pre>
<p>this email was generated because of /git/your-repo.git/hooks/post-receive by the file /git-core/contrib/hooks/post-receive-email<br />
For more info, see <a href="http://blog.chomperstomp.com/?p=630">http://blog.chomperstomp.com/?p=630</a>
-- <br />
FreeSWITCH Source</p>