ejabberd - Comments for "What do fields in privacy_list_data table mean?" https://www.ejabberd.im/node/24773 en For the record we started https://www.ejabberd.im/node/24773#comment-65264 <p>For the record we started publishing document for SQL schema in our revamped documentation site. We added this explanation in:<br /> <a href="https://docs.ejabberd.im/developer/sql-schema/" title="https://docs.ejabberd.im/developer/sql-schema/">https://docs.ejabberd.im/developer/sql-schema/</a></p> Thu, 26 Feb 2015 10:50:30 +0000 mremond comment 65264 at https://www.ejabberd.im Hello, Actually, this is https://www.ejabberd.im/node/24773#comment-65263 <p>Hello,</p> <p>Actually, this is exactly the same field as the privacy list attributes and tag values.</p> <p>Here is how you can set the privacy list in the privacy list specification:</p> <div class="codeblock"><code>&nbsp;&nbsp;&nbsp;&nbsp; &lt;item<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type=&#039;[jid|group|subscription]&#039;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value=&#039;bar&#039;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; action=&#039;[allow|deny]&#039;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; order=&#039;unsignedInt&#039;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;message/&gt;]<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;presence-in/&gt;]<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;presence-out/&gt;]<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;iq/&gt;]<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/item&gt;</code></div> <p>The table is an exact match, with the special case of match_all value which is meant to match any packet type.</p> Thu, 26 Feb 2015 10:13:34 +0000 mremond comment 65263 at https://www.ejabberd.im