<div>No.  All that I see are the publish messages being sent from my proxy to my proxy.  Nothing else is generated after that.  My presence config is pretty basic for testing purposes</div>
<div> </div>
<div> </div>
<div>route[Pres] {<br>        # absorb retransmissions<br>        if (! t_newtran())<br>        {<br>xlog(&quot;L_INFO&quot;, &quot;Presence: Call [$rm] Not newtran \n&quot;);<br>                sl_reply_error();<br>                exit;             <br>
        };</div>
<div><br>if(is_method(&quot;NOTIFY&quot;))<br>{<br>        if (!t_relay()) {<br>                sl_reply_error();   <br>        };<br>        exit;</div>
<div>}</div>
<div>        #handle presence requests</div>
<div>        if(is_method(&quot;PUBLISH&quot;))<br>        {<br>                handle_publish();<br>        }<br>        else if( is_method(&quot;SUBSCRIBE&quot;)) {<br>                handle_subscribe();<br>        };</div>

<div>        exit;  <br>} </div>
<div> </div>
<div> </div>
<div> </div>
<div class="gmail_quote">On Jul 7, 2011 1:11 AM, &quot;Saúl Ibarra Corretgé&quot; &lt;<a href="mailto:saul@ag-projects.com" target="_blank">saul@ag-projects.com</a>&gt; wrote:<br type="attribution">&gt; Hi,<br>&gt; <br>&gt; On Jul 6, 2011, at 11:07 PM, <a href="mailto:duane.larson@gmail.com" target="_blank">duane.larson@gmail.com</a> wrote:<br>
&gt; <br>&gt;&gt; I have two users that are on each others buddy list. When I first set my picture for each account the other client received the update and shows the picture for the buddy. Yet when I change one of the buddy&#39;s pictures the other client doesn&#39;t see the update at all. I have to restart the client in order to see the new picture. Shouldn&#39;t the client get a notify that the picture has been changed? <br>
&gt;&gt; <br>&gt;&gt; Here is what I see with a sip trace and in the logs for opensips-mi-proxy <br>&gt;&gt; <br>&gt; <br>&gt; Does the client receive the corresponding NOTIFY?<br>&gt; <br>&gt; --<br>&gt; Saúl Ibarra Corretgé<br>
&gt; AG Projects<br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; _______________________________________________<br>&gt; Users mailing list<br>&gt; <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br></div>