> <presence > from='[email protected]/thirdwitch' > to='[email protected]/pda'> > <x xmlns='http://jabber.org/protocol/muc#user'> > <item affiliation='member' role='participant'/> > <status code='100'/> > <status code='110'/> > <status code='210'/> > <mucstatus xmlns='urn:xmpp:mucstatus:0'> > <non-anonymous/> > <roomnick-rewritten/> > <self-presence/> > <mucstatus> > </x> > </presence> > > versus: > > <presence > from='[email protected]/thirdwitch' > to='[email protected]/pda'> > <x xmlns='http://jabber.org/protocol/muc#user'> > <item affiliation='member' role='participant'/> > <status code='100'> > <non-anonymous xmlns='urn:xmpp:mucstatus:0'/> > </status> > <status code='110'> > <self-presence xmlns='urn:xmpp:mucstatus:0'/> > </status> > <status code='210'> > <roomnick-rewritten xmlns='urn:xmpp:mucstatus:0'/> > </status> > </x> > </presence>
The latter, please. /K
