ejabberd - Comments for "Automatic Roster" https://www.ejabberd.im/node/128 en I would like to download it.. https://www.ejabberd.im/node/128#comment-53952 <p>I would like to download it.. Where can I get it?<br /> Thanks,<br /> Teo</p> Fri, 16 Jan 2009 18:20:33 +0000 teofilo comment 53952 at https://www.ejabberd.im Where do I save it to? do I https://www.ejabberd.im/node/128#comment-53951 <p>Where do I save it to? do I have to execute it? or place it somewhere special on my ejabberd directory?<br /> Thanks much,<br /> Teo</p> Fri, 16 Jan 2009 18:17:13 +0000 teofilo comment 53951 at https://www.ejabberd.im format of roster file https://www.ejabberd.im/node/128#comment-293 <p>The format of the file used by 'pushroster' and 'pushroster-all' commands is: <pre>{Server, [ User1, User2, ... UserN]}</pre> where Server is the server name.</p> <p>Every UserX is a user you want to add, specified with <pre>{User, Group}</pre> or <pre>{User, Group, Nick}</pre> where User is the usename, Group is the group on the roster where it should appear, and Nick is it's nock on the roster.</p> <p>This is an example with two workers and a director: <pre>{"im.mycomp.com", [ {"bobo3", "workers", "BobO 3"}, {"bobo4", "workers"}, {"bobo5", "direction", "B0B 55"}]}.</pre> </p> Fri, 01 Apr 2005 09:29:18 +0000 mfoss comment 293 at https://www.ejabberd.im What format is the template f https://www.ejabberd.im/node/128#comment-292 <p>What format is the template file supposed to be in? This sounds like it could be really useful for us, but I can't tell from the source code how the pushroster-all template file is supposed to look.</p> Fri, 01 Apr 2005 02:49:27 +0000 dpatrick comment 292 at https://www.ejabberd.im patch to ejabberd_ctl: push-alltoall https://www.ejabberd.im/node/128#comment-247 <blockquote> I want all the users to be able to see all the other users without having to add them manually</blockquote> <p>Until a final solution is provided, you may be interested in this quick&dirty experimental, unofficial, unsupported <a href="/files/badlop/ejabberd_ctl.erl.diff">patch for ejabberd_ctl</a> that adds new commands, including 'push-alltoall'.</p> <p>You can execute that command everyday, for example.</p> <p>Note that: <ul> <li>You need to restart ejabberd for the new command to be available. </li><li>This command modifies the database directly, so the user will not see the new roster items until he reconnects. </li><li>This patch works with ejabberd 0.7.x and current CVS. The next ejabberd release will have a different database schema, so I'll need to update the script to work with it. </li></ul></p> Wed, 09 Mar 2005 21:25:15 +0000 mfoss comment 247 at https://www.ejabberd.im