Ok, i got it.<br>Sometime back i asked a question on blocking and unblocking a user, but i didnt get a proper answer for that. Could you please ....<br>here is my question<br><br><pre>  I tried to block a user by sending the fallowing stanza.
<br></pre><pre>--<br>SEND:<br>-----------------------------------<br>&lt;iq type=&quot;set&quot; id=&quot;41221701208&quot;&gt; &lt;query xmlns=&quot;jabber:iq:privacy&quot;&gt; &lt;list<br>name=&quot;Example&quot;&gt; &lt;item order=&quot;3&quot; action=&quot;deny&quot; group=&quot;myfriends&quot; jid=&quot;
<br><a href="http://mail.jabber.org/mailman/listinfo/jdev">ganesh.kundapur at bhdhcp07392.com</a>&quot; xmlns=&quot;jabber:iq:privacy&quot;&gt;<br>&lt;message&gt;&lt;/message&gt;<br>&lt;/item&gt;<br>&lt;/list&gt;<br>&lt;/query&gt;
<br>&lt;/iq&gt;<br>--<br>When i retrive the privacy list, its showing empty.<br>--<br>SEND:<br>-----------------------------------<br>&lt;iq type=&quot;get&quot; id=&quot;50219706223&quot;&gt; &lt;query xmlns=&quot;jabber:iq:privacy&quot;&gt; &lt;list
<br>name=&quot;Example&quot;&gt;&lt;/list&gt;<br>&lt;/query&gt;<br>&lt;/iq&gt;<br><br>-----------------------------------<br><br>RECV [58]:<br>-----------------------------------<br>&#39;&lt;iq xmlns=&#39;jabber:client&#39; id=&#39;41221701208&#39; type=&#39;result&#39;/&gt;&#39;
<br>-----------------------------------<br><br>RECV [178]:<br>-----------------------------------<br>&#39;&lt;iq xmlns=&#39;jabber:client&#39; id=&#39;50219706223&#39; type=&#39;result&#39;&gt;&lt;query<br>xmlns=&#39;jabber:iq:privacy&#39;&gt;&lt;list name=&#39;Example&#39;&gt;&lt;item order=&#39;3&#39;
<br>action=&#39;deny&#39;&gt;&lt;message/&gt;&lt;/item&gt;&lt;/list&gt;&lt;/query&gt;&lt;/iq&gt;&#39;<br>-----------------------------------<br><br>SEND:<br>-----------------------------------<br>&lt;/stream:stream&gt;<br>
-----------------------------------<br>--<br>When i retrive the privacy lists, server sends only privacy lists without the blocked users<br>privacy list is not showing the blocked user. Even user will recieve the<br>message from the blocked user after blocking also.
</pre><br><br><div><span class="gmail_quote">On 3/1/07, <b class="gmail_sendername">Remko Tronçon</b> &lt;<a href="mailto:remko@el-tramo.be">remko@el-tramo.be</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; If thats the case, howcome gaim allows creating a empty groups?<br><br>Gaim supports other protocols as well, not only Jabber. It is possible<br>that other protocols (such as MSN) allow you to create groups without<br>
contacts. Jabber, however, does not, so if you only have a Jabber<br>account on Gaim, creating an empty group should have no (lasting)<br>effect.<br><br>cheers,<br>Remko<br></blockquote></div><br>