ejabberd - Comments for "Help with populating shared rosters with friendly nicknames" https://www.ejabberd.im/node/3461 en Sorry to bump an old thread. https://www.ejabberd.im/node/3461#comment-54693 <p>Sorry to bump an old thread. If you're still around, could you explain how you applied the patch? Or perhaps provide the patched mod_shared_roster.beam file?</p> <p>edit: Sorry, I got it working. I was getting a bunch of compile errors when I applied the patch the first time around. I scrapped that and applied the patch to the back-up original of the .erl file, and that one compiled no problem.</p> Mon, 28 Sep 2009 05:23:26 +0000 mike.m comment 54693 at https://www.ejabberd.im Try mod_ctlextra https://www.ejabberd.im/node/3461#comment-54156 <div class="quote-msg"> <div class="quote-author"><em>Jim Schuuz</em> wrote:</div> <p>I am wondering if it is possible to add Nicknames/vCards through the Admin interface or other utility, instead of just through the client like I am using now.</p></div> <p>You can try <noindex><a href="/mod_ctlextra" rel="nofollow" >mod_ctlextra</a></noindex> for any ejabberd 2.0.x versions, or <noindex><a href="/mod_admin_extra" rel="nofollow" >mod_admin_extra</a></noindex> if you run ejabberd trunk SVN. They provide a command to set some vcard fields. You can use that command from the system shell.</p> <p>If you want to execute those commands from WebAdmin instead of a system shell, you can additionally install <noindex><a href="/mod_shcommands" rel="nofollow" >mod_shcommands</a></noindex></p> Fri, 10 Apr 2009 22:16:14 +0000 mfoss comment 54156 at https://www.ejabberd.im Working now, but need more help https://www.ejabberd.im/node/3461#comment-54145 <p>I still need some help. I figured out how to use Nicknames when available, then the JID if not, by using the <noindex><a href="https://support.process-one.net/browse/EJAB-114" rel="nofollow" >diff</a></noindex> offered by Badlop. I made the changes required to the original ERL file, then recompiled it and loaded it to the server, and bingo it worked like a charm.</p> <p>HOWEVER, now I am wondering if it is possible to add Nicknames/vCards through the Admin interface or other utility, instead of just through the client like I am using now.</p> <p>Any help is appreciated. TIA</p> Wed, 08 Apr 2009 20:30:00 +0000 Jim Schuuz comment 54145 at https://www.ejabberd.im