Its pasting mistake of mine. <br>
I removed the jid and name part and blocked till the server sends response. <br>
Stil client can receive messages from the blocked user.<br>
Moreover if i set the action=&quot;allow&quot;, still the privacy list contains the blocked user.<br>
<br>
--<br>
SEND:<br>
-----------------------------------<br>
&lt;iq type=&quot;set&quot; id=&quot;399421407678&quot;&gt; &lt;query
xmlns=&quot;jabber:iq:privacy&quot;&gt; &lt;list name=&quot;BlockedList&quot;&gt; &lt;item
order=&quot;3&quot; action=&quot;deny&quot; value=&quot;<a href="mailto:ganesh.kundapur@bhdhcp07392.com">ganesh.kundapur@bhdhcp07392.com</a>&quot;
type=&quot;jid&quot;&gt; &lt;message&gt;&lt;/message&gt;<br>
&lt;/item&gt;<br>
&lt;/list&gt;<br>
&lt;/query&gt;<br>
&lt;/iq&gt;<br>
<br>
-----------------------------------<br>
<br>
RECV [59]:<br>
------------------------------------<br>
&#39;&lt;iq xmlns=&#39;jabber:client&#39; id=&#39;399421407678&#39; type=&#39;result&#39;/&gt;&#39;<br>
------------------------------------<br>
<br>
SEND:<br>
-----------------------------------<br>
&lt;iq type=&quot;get&quot; id=&quot;208443682&quot;&gt; &lt;query xmlns=&quot;jabber:iq:privacy&quot;&gt; &lt;list name=&quot;BlockedList&quot;&gt;&lt;/list&gt;<br>
&lt;/query&gt;<br>
&lt;/iq&gt;<br>
<br>
-----------------------------------<br>
<br>
RECV [242]:<br>
------------------------------------<br>
&#39;&lt;iq xmlns=&#39;jabber:client&#39; id=&#39;208443682&#39; type=&#39;result&#39;&gt;&lt;query
xmlns=&#39;jabber:iq:privacy&#39;&gt;&lt;list name=&#39;BlockedList&#39;&gt;&lt;item
order=&#39;3&#39; action=&#39;deny&#39; value=&#39;<a href="mailto:ganesh.kundapur@bhdhcp07392.com">ganesh.kundapur@bhdhcp07392.com</a>&#39;
type=&#39;jid&#39;&gt;&lt;message/&gt;&lt;/item&gt;&lt;/list&gt;&lt;/query&gt;&lt;/iq&gt;&#39;<br>
------------------------------------<br>
Blocked user: <a href="mailto:ganesh.kundapur@bhdhcp07392.com">ganesh.kundapur@bhdhcp07392.com</a><br>
<br>
SEND:<br>
-----------------------------------<br>
&lt;/stream:stream&gt;<br>
-----------------------------------<br>
--<br><br><div><span class="gmail_quote">On 3/2/07, <b class="gmail_sendername">Richard Dobson</b> &lt;<a href="mailto:richard@dobson-i.net">richard@dobson-i.net</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;">
<br>&gt; SEND:<br>&gt; -----------------------------------<br>&gt; &lt;iq type=&quot;set&quot; id=&quot;6562366909&quot;&gt; &lt;query xmlns=&quot;jabber:iq:privacy&quot;&gt;<br>&gt; &lt;list name=&quot;BlockedList&quot;&gt; &lt;item order=&quot;23&quot; action=&quot;deny&quot;
<br>&gt; value=&quot;<a href="mailto:ganesh.kundapur@bhdhcp07392.com">ganesh.kundapur@bhdhcp07392.com</a><br>&gt; &lt;mailto:<a href="mailto:ganesh.kundapur@bhdhcp07392.com">ganesh.kundapur@bhdhcp07392.com</a>&gt;&quot; type=&quot;jid&quot;
<br>&gt; jid=&quot;<a href="mailto:ganesh.kundapur@bhdhcp07392.com">ganesh.kundapur@bhdhcp07392.com</a><br>&gt; &lt;mailto:<a href="mailto:ganesh.kundapur@bhdhcp07392.com">ganesh.kundapur@bhdhcp07392.com</a>&gt;&quot; name=&quot;Ganesh Kundapur&quot;&gt;
<br>&gt; &lt;message&gt;&lt;/message&gt;<br>&gt; &lt;/item&gt;<br>&gt; &lt;/list&gt;<br>&gt; &lt;/query&gt;<br>&gt; &lt;/iq&gt;<br>&gt;<br>&gt; -----------------------------------<br>&gt;<br>&gt; SEND:<br>&gt; -----------------------------------
<br>&gt; &lt;iq type=&quot;get&quot; id=&quot;6607167262&quot;&gt; &lt;query xmlns=&quot;jabber:iq:privacy&quot;&gt;<br>&gt; &lt;list name=&quot;BlockedList&quot;&gt;&lt;/list&gt;<br>&gt; &lt;/query&gt;<br>&gt; &lt;/iq&gt;
<br><br>I can see two problems here, again you have ignored our feedback and<br>included illegal attributes in your item, &quot;jid&quot; and &quot;name&quot; are not<br>valid, as Remko has said please check the spec *very carefully* and if
<br>you continue to ignore our feedback its likely we will stop helping you<br>(as what&#39;s the point in helping someone if they ignore it). Secondly,<br>you are requesting the privacy list before the server has responded
<br>saying that its updated it, although it will probably work you shouldn&#39;t<br>really do that as you don&#39;t know if your update to the privacy list has<br>worked or not.<br><br>Richard<br><br><br></blockquote></div>
<br>