<div dir="ltr"><div><div>I am trying to get push notifications working. I looked at the following but could not understand how to use these<br><br></div><div>Is there a documentation to get started or understand the above settings?</div><div><br><br><br>    &lt;key&gt;Notifications&lt;/key&gt;<br>    &lt;dict&gt;<br>      &lt;!-- Time spent coalescing notifications before delivery --&gt;<br>      &lt;key&gt;CoalesceSeconds&lt;/key&gt;<br>      &lt;integer&gt;3&lt;/integer&gt;<br><br>      &lt;key&gt;Services&lt;/key&gt;<br>      &lt;dict&gt;<br>        &lt;key&gt;XMPPNotifier&lt;/key&gt;<br>        &lt;dict&gt;<br>          &lt;!-- XMPP notification service --&gt;<br>          &lt;key&gt;Service&lt;/key&gt;<br>          &lt;string&gt;twistedcaldav.notify.XMPPNotifierService&lt;/string&gt;<br>          &lt;key&gt;Enabled&lt;/key&gt;<br>          &lt;false/&gt;<br><br>          &lt;!-- XMPP host and port to contact --&gt;<br>          &lt;key&gt;Host&lt;/key&gt;<br>          &lt;string&gt;<a href="http://xmpp.host.name">xmpp.host.name</a>&lt;/string&gt;<br>          &lt;key&gt;Port&lt;/key&gt;<br>          &lt;integer&gt;5222&lt;/integer&gt;<br><br>          &lt;!-- Jabber ID and password for the server --&gt;<br>          &lt;key&gt;JID&lt;/key&gt;<br>          &lt;string&gt;<a href="http://jid@xmpp.host.name/resource">jid@xmpp.host.name/resource</a>&lt;/string&gt;<br>          &lt;key&gt;Password&lt;/key&gt;<br>          &lt;string&gt;password_goes_here&lt;/string&gt;<br><br>          &lt;!-- PubSub service address --&gt;<br>          &lt;key&gt;ServiceAddress&lt;/key&gt;<br>          &lt;string&gt;<a href="http://pubsub.xmpp.host.name">pubsub.xmpp.host.name</a>&lt;/string&gt;<br>        &lt;/dict&gt;<br>      &lt;/dict&gt;<br>    &lt;/dict&gt;<br><br><br></div><br><br></div>Regards,<br></div>