Hi,
I’m trying to do a search over MUC rooms from my JS-based client. I can succesfully ask openfire for a search form using this:
<query xmlns="jabber:iq:search"></query>
The result I get is this:
Chat Rooms Search
Instructions
jabber:iq:search
So far so good. But when I make the actual search, all i get is an empty result. Always. Even when I see matching rooms from the admin console. My search IQ Stanza is:
<iq type=“set”
from=“admin@xmpp-pc/gxmpp”
to=“conference.xmpp-pc”
id=“search”
xml:lang=“en”
xmlns=“jabber:client”>
jabber:iq:search
10
Any ideas of what I’m doing wrong? or if I’m missing a setting or plugin? I’ve read some post of people talking about this funcionality and do returning results, so its surely something I’m doing wrong.
Thank you for any help!