i think there is a another bug in for the IQSearchResult handler ! The recieved search result does not contain the JID of the <item> tag.
Server dumps
<iq to='cnm23@lefsa/Temporary' id='29' type='result' from='jud.lefsa'><query xmlns='jabber:iq:search'><item jid='bjarne@lefsa'><key/>........
But the packet I recieve is the following:
<iq to="cnm23@lefsa/Temporary" from="jud.lefsa" id="29" type="result"><query xmlns="jabber:iq:search"><item>.....
So both the JID and the <key/> tag is missing.
Has anyone looked into this or solved this problem ?
Christian