[solved] problems with ejabberdctl and add_rosteritem

Running this command:
ejabberdctl add_rosteritem 9367383a8130e9902259 foo.net d730de1188b3f17fc05b foo.net Joe Friends both

Creates this in the logs:

D(<0.526.0>:ejabberd_commands:314) : Executing command mod_admin_extra:add_rosteritem with Args=["9367383a8130e9902259",
                                                                                                 "foo.net",
                                                                                                 "d730de1188b3f17fc05b",
                                                                                                 "foo.net",
                                                                                                 "Joe",
                                                                                                 "Friends",
                                                                                                 "both"]

But nothing happens. Nothing.

I had to authenticate to get

I had to authenticate to get it to work [duh]. ejabberdctl --auth user host password add_rosteritem

Syndicate content