mod_admin_extra and MySQL

I'm using MySQL authentication with ejabberd but when I use the "ejabberdctl add_rosteritem" command, the entries don't appear in the "rosterusers" table.

Does mod_admin_extra only support the internal auth method?

The important factor for

The important factor for add_rosteritem is where you store the rosters: mod_roster or mod_roster_odbc

add_rosteritem (and many other commands in that module) only deal with the modules that store in the internal database (in the case of this command, mod_roster).

Syndicate content