Just now i sent the fallowing stanzas containing value and type attribute as u said -- SEND: ----------------------------------- <iq type="set" id="23092828"> <query xmlns="jabber:iq:privacy"> <list name="Example"> <item order="3" action="deny" value=" [EMAIL PROTECTED]" type="jid"> <message></message> </item> </list> </query> </iq>
----------------------------------- SEND: ----------------------------------- <iq type="get" id="24383012"> <query xmlns="jabber:iq:privacy"></query> </iq> ----------------------------------- RECV [55]: ------------------------------------ '<iq xmlns='jabber:client' id='23092828' type='result'/>' ------------------------------------ RECV [145]: ------------------------------------ '<iq xmlns='jabber:client' id='24383012' type='result'><query xmlns='jabber:iq:privacy'><list name='Example'/><list name='Example1'/></query></iq>' ------------------------------------ SEND: ----------------------------------- </stream:stream> ----------------------------------- -- Still the privacy list is not showing the blocked user. On 3/1/07, Remko Tronçon <[EMAIL PROTECTED]> wrote:
> Your <item> is incorrect: it does not contain a 'type' or 'value' > attribute, yet it contains 'group' and 'jid' attributes (which are not > allowed). Please check RFC3921 Section 10 for the correct format. I notice other people have replied to your question back then with the exact same answer. Please read the answers on your posts before re-posting, or people will stop helping you. cheers, Remko
