ejabberd - Comments for "Automatically adding users into each others rosters (without using a shared roster)" https://www.ejabberd.im/node/3866 en Problem Solved https://www.ejabberd.im/node/3866#comment-55586 <p>Thanks badlop - that did the trick.</p> Thu, 15 Apr 2010 10:34:30 +0000 smiley comment 55586 at https://www.ejabberd.im See quick solution https://www.ejabberd.im/node/3866#comment-55584 <p>I found the bug, a quick solution for you, and reported it in a ticket.</p> <p>Read this and modify yourself that text file: <noindex><a href="https://support.process-one.net/browse/EJAB-1216" rel="nofollow" >Windows ejabberdctl.cmd only handles up to 4 arguments</a></noindex></p> Thu, 15 Apr 2010 09:47:53 +0000 mfoss comment 55584 at https://www.ejabberd.im add_rosteritem returns strange error https://www.ejabberd.im/node/3866#comment-55579 <p>This is the result I get for the add_roster command:</p> <div class="codeblock"><code>C:\Program Files\ejabberd-2.1.3\bin&gt;ejabberdctl.cmd add_rosteritem user1 localhost user2 localhost NickName Friends both <p>Error: the command &quot;add_rosteritem&quot; requires 4 more argument.</p> <p>&nbsp; Command Name: add_rosteritem</p> <p>&nbsp; Arguments: localuser::string<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; localserver::string<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; user::string<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; server::string<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nick::string<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; group::string<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; subs::string</p> <p>&nbsp; Returns: res::rescode</p> <p>&nbsp; Tags: roster</p> <p>&nbsp; Description: Add an item to a user&#039;s roster</p> <p>Error: the command &quot;add_rosteritem&quot; requires 4 more argument.</p></code></div> <p>Does this make sense to you badlop?</p> Wed, 14 Apr 2010 06:11:47 +0000 smiley comment 55579 at https://www.ejabberd.im (solved) mod_admin_extra physical module was missing https://www.ejabberd.im/node/3866#comment-55296 <p>I discovered I was missing the physical mod_admin_extra file.</p> <p>I checked it out of SVN, compiled it, copied it across and now it seems to be working.</p> Mon, 15 Feb 2010 09:32:54 +0000 qu1cksand comment 55296 at https://www.ejabberd.im add_rosteritem command unknown but mod_admin_extra is present https://www.ejabberd.im/node/3866#comment-55295 <p>Thanks for the reply. mod_admin_extra is already installed but I don't seem to be able to use the add_rosteritem command.</p> <p>ejabberd@pl-ashley:/opt/ejabberd-2.1.0/bin$ ./ejabberdctl add_rosteritem<br /> Error: command "add_rosteritem" not known.</p> <p>Module configuration looks like this:</p> <p>{modules,<br /> [<br /> {mod_adhoc, []},<br /> {mod_admin_extra, []},<br /> {mod_announce, [{access, announce}]}, % requires mod_adhoc<br /> {mod_caps, []},<br /> {mod_configure,[]}, % requires mod_adhoc<br /> {mod_disco, []},<br /> {mod_http_bind,[]},<br /> {mod_last_odbc, []},<br /> {mod_offline_odbc, []},<br /> {mod_privacy, []},<br /> {mod_private, []},<br /> {mod_pubsub, [ % requires mod_caps<br /> {access_createnode, pubsub_createnode},<br /> {ignore_pep_from_offline, true},<br /> {last_item_cache, false},<br /> {plugins, ["flat", "hometree", "pep"]}<br /> ]},<br /> {mod_register, []},<br /> {mod_roster_odbc, []},<br /> {mod_shared_roster,[]},<br /> {mod_time, []},<br /> {mod_vcard_odbc, []},<br /> {mod_version, []}<br /> ]}.</p> <p>Am I perhaps missing a module it depends on? Is the syntax documented somewhere?</p> <p>Many thanks!</p> Mon, 15 Feb 2010 08:39:11 +0000 qu1cksand comment 55295 at https://www.ejabberd.im If you install https://www.ejabberd.im/node/3866#comment-55289 <p>If you install mod_admin_extra, you will be able to call new commands using ejabberdctl, for example add_rosteritem.</p> Sat, 13 Feb 2010 09:42:53 +0000 mfoss comment 55289 at https://www.ejabberd.im