How user1 (admin) sends a subscription request for user2 to user 3

I hope this is possible because I could not find it anywhere on the Internet or in XMPP / ejabberd docs: I am running ejabberd and would like user1 (admin account) to be able to send a subscription request for presence to user3, which seems to have come from user2. For security reasons, I would designate user1 as a user with privileges for this. Is this possible, and can you give me any directions?

0
source share
1 answer

It can be managed through the Ejabberd database.

Configure Ejabberd to communicate with an external database (mysql or mssql).

- . admin ejabberd .

Ejabberd mnesia. mssql mysql.

mssql:

http://www.ejabberd.im/mssql

+1

All Articles