Hi,
I am trying to replace jabber 1.4 with the new ejabberd installed on a Debian box via apt repositories. The server works fine, and I have managed to transfer my whole spool directory from jabber 1.4, everything works great....
On the old server I had JUD installed which allowed me to search for registered users by enetering just a " " (space, without the quotes) in the Nick name field. How can I achieve the sam thing on ejabberd?
I tried to setup mod_vcard like this:
{mod_vcard, [{host, "jud.domain"},
{search, true},
{matches, infinity},
{allow_return_all, true}]},
Only thing that works like this is when I anter my username (everything before @, ie. gog in gog@jabber.domain) in JID it return my information (I didn't register my vcard and now when I try to do this i doesn update...).
Thank you for your time...
You can try to search *
You can try to search *.
Other solution is, if you are administrator of the Jabber server (as specified in ejabberd.cfg), you can see a list of registered users on the Service Discovery, if your Jabber client allows that.
I would like for everyone to
I would like for everyone to be able to list all the users registered on the server. We are a small community and there are <100 users registered.
I'l try with the *, but I think I've tried that one already.
The other thing that bothers me is tha I'm not ebale to permanently change my vcard infor with Miranda. What could be the reason?
Re: I would like for everyone to
I would like for everyone to be able to list all the users registered on the server. We are a small community and there are <100 users registered.
There's another solution:
1. Using ejabberdctl, export the list of registered users to a text file
2. Using a custom script, convert that plain list into a nice looking HTML
3. Publish that HTML in your internal website.
If your Jabber clients supportXMPP URI , you can use that on your HTML.
Another idea: you can add everybody as registration_watcher.
The other thing that bothers me is tha I'm not ebale to permanently change my vcard infor with Miranda. What could be the reason?
Maybe a bug or incompatibility with Miranda.