i am sending this IQ to openfire server
< iq type="set" from="admin@localhost.localdomain" to="localhost.localdomain" id="search2" xml:lang="en" > < query xmlns="jabber:iq:search" > < first > admin < /first > < /query > < /iq >
but getting following response from server,
< iq type="error" id="search2" from="localhost.localdomain" to="admin@localhost.localdomain/b91c09e5"><query xmlns="jabber:iq:search" > < first > admin < /first > < /query > < error code="501" type="cancel" > < feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/ > < /error > < /iq >
even if i have installed search plugin and also enabled user search in openfire server...
Why this is happening ? How to solve this issue ? Any suggestion or help ?
i have also sent disco query to server to check which features are supported:
Input:
here what i get as output:
i didn't find anything related to user search on server in this list....!!