ejabberd - Comments for "jud search?" https://www.ejabberd.im/node/87 en vCard search via browser?? https://www.ejabberd.im/node/87#comment-924 <p>Many of our clients are using GAIM, and it currently doesn't support searching the jud. As an alternative I was thinking that the jud could be searched through a browser. How tough would this be to do? Has anyone attempted this? If so, any luck?</p> Wed, 19 Oct 2005 13:53:53 +0000 bbrazell comment 924 at https://www.ejabberd.im Using the option host. Replac https://www.ejabberd.im/node/87#comment-155 Using the option <a href="/files/doc/guide.html#htoc49">host</a>. Replace <pre>{mod_vcard, []},</pre> with something like this: <pre>{mod_vcard, [{host, "jud.myserver.com"}]},</pre> Tue, 08 Feb 2005 21:41:35 +0000 mfoss comment 155 at https://www.ejabberd.im How to change the vjud to jud? https://www.ejabberd.im/node/87#comment-154 <p>OK.. that sounds like a good option. How do I change the vjud.jabber.server.domain to jud.jabber.server.domain? All I see in ejabber.cfg is to allow for another jud to connect to the vjud.</p> <p>Thanks,</p> <p>Rich</p> Tue, 08 Feb 2005 21:07:32 +0000 richmasci comment 154 at https://www.ejabberd.im As I said, you can try to cha https://www.ejabberd.im/node/87#comment-153 <p>As I said, you can try to change the location of the JUD from vjud.yourserver.domain to jud.yourserver.domain. If even that do not work, your client probably do not support x:data forms (<noindex><a href="http://www.jabber.org/jeps/jep-0004.html" title="http://www.jabber.org/jeps/jep-0004.html" rel="nofollow" >http://www.jabber.org/jeps/jep-0004.html</a></noindex>). In that case there are these possible solutions for you:<br /> 1) Ask Jabber Inc. for a client with x:data forms support.<br /> 2) Change ejabberd code to become compatible with the Jabber Inc. client.<br /> 3) Choose another client.<br /> 4) Install JUD (<noindex><a href="http://jabberstudio.org/projects/jud/" title="http://jabberstudio.org/projects/jud/" rel="nofollow" >http://jabberstudio.org/projects/jud/</a></noindex>) as that will probably work with that client. Some drawbacks: as it is not connected to ejabberd user vCard's database, users (or you) need to add themselves manually to the JUD; needs some more work.</p> <p>--<br /> sander</p> Tue, 08 Feb 2005 18:18:07 +0000 sander comment 153 at https://www.ejabberd.im PSI 0.9.3.... https://www.ejabberd.im/node/87#comment-152 <p>This is in a corporate environment where the commercial jabber client has been installed. We really love the installation of eJabber, and it's been more stable than the commercial jabber we were running. The only issues right now are the JUD and Conf. with the Jabber commercial client. Any help or ideas that don't concern installing a new client? </p> <p>Thanks,</p> <p>Rich</p> Tue, 08 Feb 2005 02:30:45 +0000 richmasci comment 152 at https://www.ejabberd.im Psi 0.9.3 also should work (I https://www.ejabberd.im/node/87#comment-150 <p>Psi 0.9.3 also should work (I tested it), but this also needs discovery. (though it is a little bit easier and you can add a button in the main screen to the discovery dialog to make it more accessible)<br /> --<br /> sander</p> Tue, 08 Feb 2005 00:19:50 +0000 sander comment 150 at https://www.ejabberd.im JUD Search https://www.ejabberd.im/node/87#comment-148 <p>I've tried making sure vcards are updated, however the client (jabber inc client) still doesn't search the JUD. I've also tried other clients such as the web jwchat, Exodus, psi, gabber, gaim, and I can't get them to search the JUD. TKabber does when you put it into discover, but is that something I want users to connect to?</p> <p>Thanks, </p> <p>Rich</p> Mon, 07 Feb 2005 18:12:52 +0000 richmasci comment 148 at https://www.ejabberd.im 1) be sure your client suppor https://www.ejabberd.im/node/87#comment-139 <p>1) be sure your client supports x:data-forms (e.g. new Psi, Coccinella, Tkabber,...)<br /> 2) if the client tries to access jud.server and if that isn't configurable in the client, you maybe can try to add the vjud.server on jud.server (see config file): that maybe works in that case.</p> <p>--<br /> sander</p> Fri, 04 Feb 2005 18:19:37 +0000 sander comment 139 at https://www.ejabberd.im vjud basic usage https://www.ejabberd.im/node/87#comment-137 <p>Only users that are registered on the JUD will appear on search results. In ejabberd, the user is added automatically to JUD the first time he modifies his vCard.</p> <p>To search: make sure to place a * at the end of the search term, because otherwise JUD will only give exact matches.</p> <p>If it still does not work, try with Tkabber to make sure it's not a problem in your current client.</p> Thu, 03 Feb 2005 23:14:50 +0000 mfoss comment 137 at https://www.ejabberd.im