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?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

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