I am having the following issue<br /><br />Jitsi phone user 9016XX6XX4 is configured with Presence to monitor 9013XX3XX6 Snom Phone.  I used Soap-Simple-Proxy to set up XCAP rules so that both users have permissions to view each others presence.  Because I used Soap-Simple-Proxy to create rules everything works fine.  Here is what is in XCAP<br /><br />| 1555 | 9013XX3XX6 | irock.com     | &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br />                  &lt;ruleset xmlns=&quot;urn:ietf:params:xml:ns:common-policy&quot; xmlns:pr=&quot;urn:ietf:params:xml:ns:pres-rules&quot; xmlns:cp=&quot;www.counterpath.com/privacy-lists&quot;&gt;&lt;rule id=&quot;pres_whitelist&quot;&gt;&lt;conditions&gt;&lt;identity&gt;&lt;one id=&quot;sip:9016XX6XX4@irock.com&quot;/&gt;&lt;/identity&gt;&lt;/conditions&gt;&lt;actions&gt;&lt;pr:sub-handling&gt;allow&lt;/pr:sub-handling&gt;&lt;/actions&gt;<br />        &lt;transformations&gt;<br />        &lt;pr:provide-services&gt;<br />        &lt;pr:all-services/&gt;<br />        &lt;/pr:provide-services&gt;<br />        &lt;pr:provide-persons&gt;<br />        &lt;pr:all-persons/&gt;<br />        &lt;/pr:provide-persons&gt;<br />        &lt;pr:provide-devices&gt;<br />        &lt;pr:all-devices/&gt;<br />        &lt;/pr:provide-devices&gt;<br />        &lt;pr:provide-all-attributes/&gt;<br />        &lt;/transformations&gt;&lt;/rule&gt;&lt;/ruleset&gt;                                     |        2 | 1def73bc3d7e509b840d5d96292e12c7 |      0 | index.xml                  |    0 |<br /><br /><br />| 1554 | 9016XX6XX4 | irock.com     | &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br />&lt;ruleset xmlns=&quot;urn:ietf:params:xml:ns:common-policy&quot; xmlns:pr=&quot;urn:ietf:params:xml:ns:pres-rules&quot; xmlns:cp=&quot;www.counterpath.com/privacy-lists&quot;&gt;&lt;rule id=&quot;pres_whitelist&quot;&gt;&lt;conditions&gt;&lt;identity&gt;&lt;one id=&quot;sip:9016XX6X54@irock.com&quot;/&gt;&lt;one id=&quot;sip:9013XX3XX6@irock.com&quot;/&gt;&lt;/identity&gt;&lt;/conditions&gt;&lt;actions&gt;&lt;pr:sub-handling&gt;allow&lt;/pr:sub-handling&gt;&lt;/actions&gt;<br />        &lt;transformations&gt;<br />        &lt;pr:provide-services&gt;<br />        &lt;pr:all-services/&gt;<br />        &lt;/pr:provide-services&gt;<br />        &lt;pr:provide-persons&gt;<br />        &lt;pr:all-persons/&gt;<br />        &lt;/pr:provide-persons&gt;<br />        &lt;pr:provide-devices&gt;<br />        &lt;pr:all-devices/&gt;<br />        &lt;/pr:provide-devices&gt;<br />        &lt;pr:provide-all-attributes/&gt;<br />        &lt;/transformations&gt;&lt;/rule&gt;&lt;/ruleset&gt; |        2 | 23318e100042f0084231b010d44eb00f |      0 | index.xml                  |    0 |<br /><br /><br /><br />So here is the issue I see.....<br />Yesterday I had a Jitsi phone user 9016XX6X54 add a buddy (9016XX6XX4).  So this time I didn&#39;t create the permission rules for user 9016XX6X54 with Soap-Simple-Proxy but instead let the Jitsi client create the rules and PUT the rules in the XCAP server.  When 9016XX6X54 makes a call the 9016XX6XX4 user doesn&#39;t see that he is making a call.  The same thing happens if 9016XX6XX4 makes a call, 9016XX6X54 doesn&#39;t see that the other user is not on the phone.  I see that they NOTIFY messages are being sent to the Jitsi client and the client replies back with 200 OK but the Jitsi client doesn&#39;t change the users icon to show they are being called or on the phone.<br /><br />Here is the XCAP entry that the Jitsi client created<br /><br />| 1559 | 9016XX6X54 | irock.com     | &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&lt;ruleset xmlns=&quot;urn:ietf:params:xml:ns:common-policy&quot;&gt;&lt;rule id=&quot;pres_whitelist&quot;&gt;&lt;conditions&gt;&lt;identity&gt;&lt;one id=&quot;sip:9016XX6XX4@irock.com&quot;/&gt;&lt;one id=&quot;sip:5XX5XX6XX5@irock.com&quot;/&gt;&lt;/identity&gt;&lt;/conditions&gt;&lt;actions&gt;&lt;sub-handling xmlns=&quot;urn:ietf:params:xml:ns:pres-rules&quot;&gt;allow&lt;/sub-handling&gt;&lt;/actions&gt;&lt;transformations&gt;&lt;provide-devices xmlns=&quot;urn:ietf:params:xml:ns:pres-rules&quot;&gt;&lt;all-devices/&gt;&lt;/provide-devices&gt;&lt;provide-persons xmlns=&quot;urn:ietf:params:xml:ns:pres-rules&quot;&gt;&lt;all-persons/&gt;&lt;/provide-persons&gt;&lt;provide-services xmlns=&quot;urn:ietf:params:xml:ns:pres-rules&quot;&gt;&lt;all-services/&gt;&lt;/provide-services&gt;&lt;pr:provide-all-attributes xmlns:pr=&quot;urn:ietf:params:xml:ns:pres-rules&quot;/&gt;&lt;/transformations&gt;&lt;/rule&gt;&lt;/ruleset&gt;                      |        2 | 28f8580993ab4502aa0565605c055907 |      0 | index.xml                  |    0 |<br /><br />So obviously there are a lot of differences between the entry that Soap-Simple-Proxy created and what the Jitsi client created (like in the Jitsi ruleset it only has &quot;common-policy&quot; and not &quot;pres-rules&quot;).  So I am thinking that Jitsi&#39;s schema is missing some stuff.  Would I be correct in my thinking?