Question

Is there any way to get list of users/account registered on server? Now I'm getting roster, but I would like to get not only roster but also every user jid registered to server. - openfire server - Qt - qxmpp library

Was it helpful?

Solution

I haven't tried with qxmpp, but my openfire installation has a plugin for XEP-0055: Jabber Search. Using miranda IM, I can find all contancts in the server by searching for * (search service is search.my.xmpp.domain). I don't know whether this plugin was part of the original installation or I had to install it separately.

Doing a quick search, qxmpp seems not to have an existing xep-0055 implementation, so you will either have to write one by yourself or maybe you can use the implementation linked in this post on Google Groups.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top