Hello,
I'm going to need a (fairly simple) implementation of XEP-0055 {1}.
The README.protocol lists "XEP-0055 Jabber Search (by
add-on)"
But I found not evidence of an actual implementation, apart from a
#define'd uri_SEARCH, and a few lines in mod_disco.c:194. I also
attempted to make search requests from a client, to no avail (but I may
have done things wrong).
Does such a plugin already exists ? Is it currently being done by
someone else ?
If not, I'll soon start working on one. My needs are only a search by
exact JID, returning zero or one result. Results should be based on the
active table. It's not much, but it's a start ^_^.
{1} http://xmpp.org/extensions/xep-0055.html