Yves Goergen <[EMAIL PROTECTED]> writes: > <iq type='set'> > <query xmlns='jabber:iq:privacy'> > <default name='my-blocks'/> > <active name='my-blocks'/> > </query> > </iq>
This stanza will cause a "bad request" error in ejabberd 1.0.0 and 1.1.1. Only one of <default/> and <active/> may be present. To perform both changes, you need to send two stanzas. -- Magnus JID: [EMAIL PROTECTED]
