Dear All,<div><br></div><div><div>I am having some unexpected behaviour with SIP presence and would like some clarification.</div><div><br></div><div>I have a FS server setup to manage sip presence (manage-presence=true in the SIP profile) and have two clients connected. The clients online/offline status is reported correctly however when a client publishes an activity of &quot;away&quot; the other client only receives status &quot;open&quot; without the associated activity.  Here is the XML that I have observed on the wire (IP addresses replaced):</div>
<div><br></div><div>PUBLISH (sent by client)</div><div><br></div><div><div>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</div><div>&lt;presence xmlns=&quot;urn:ietf:params:xml:ns:pidf&quot;</div><div>          xmlns:es=&quot;urn:ietf:params:xml:ns:pidf:status:rpid-status&quot;</div>
<div>          entity=&quot;sip:3011@a.b.c.d&quot;&gt;</div><div>  &lt;tuple id=&quot;sg89ae&quot;&gt;</div><div>    &lt;status&gt;</div><div>      &lt;basic&gt;open&lt;/basic&gt;</div><div>      &lt;es:activities&gt;</div>
<div>        &lt;es:activity&gt;away&lt;/es:activity&gt;</div><div>      &lt;/es:activities&gt;</div><div>    &lt;/status&gt;</div><div>    &lt;contact priority=&quot;0.8&quot;&gt;sip:3011@a.b.c.d&lt;/contact&gt;</div><div>
    &lt;note&gt;away&lt;/note&gt;</div><div>  &lt;/tuple&gt;</div><div>&lt;/presence&gt;</div></div><div><br></div><div>NOTIFY (sent by FS)</div><div><br></div><div><div>&lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot;?&gt; </div>
<div>&lt;presence xmlns=&#39;urn:ietf:params:xml:ns:pidf&#39; </div><div>          xmlns:dm=&#39;urn:ietf:params:xml:ns:pidf:data-model&#39; </div><div>          xmlns:rpid=&#39;urn:ietf:params:xml:ns:pidf:rpid&#39; </div>
<div>          xmlns:c=&#39;urn:ietf:params:xml:ns:pidf:cipid&#39; entity=&#39;sip:3011@a.b.c.d&#39;&gt;</div><div>  &lt;tuple id=&#39;t6a5ed77e&#39;&gt;</div><div>    &lt;status&gt;</div><div>      &lt;basic&gt;open&lt;/basic&gt;</div>
<div>    &lt;/status&gt;</div><div>  &lt;/tuple&gt;</div><div>  &lt;dm:person id=&#39;p06360c4a&#39;&gt;</div><div>    &lt;dm:note&gt;Available&lt;/dm:note&gt;</div><div> &lt;/dm:person&gt;</div><div>&lt;/presence&gt;</div>
</div><div><br></div></div><div>I observe the same behaviour when a client sends other activities such as dnd, busy, etc.</div><div><br></div><div>I thought that FS would just forward the published status/activity to the subscribers.  Is there a way to configure FS to behave in this way?</div>
<div><br></div><div>Thank you very much in advance.</div><div><br></div><div>Anthony</div>