I hope it is possible because I couldn't find it anywhere on the web or in the XMPP/ejabberd docs: I run ejabberd and would like the ability for user1 (an administrator account) to be able to push a presence subscription request to user3 that appears to have come from user2. For security reasons I would have user1 be designated as a user with privileges to do this. Is this possible and can you give me any pointers?
相关问题
- Get Offline Messages From XMPP Without Becoming On
- ejabberd and Erlang installation with lager_transf
- How to implement “last seen at” functionality (lik
- smack api get all public rooms on openfire server
- ejabberd MUC message history
相关文章
- Xmpp chat invisible presence
- Jabber.net on Unity/Android error (No JNI_OnLoad f
- Sending inline images using Smack XMPP
-
How to join multiple rooms by just sending one
- How to get offline message of group chat from Open
- Intercept login/logout ejabberd
- XMPP events on Android
- How to create an account from Smack 4.1
It can be managed through Ejabberd database.
Configure the Ejabberd to communicate with the external database (mysql or
mssql
).Create the dynamic web page in any server-side prog. to login with admin on ejabberd and change the rosterusers table in the external database.
By default Ejabberd uses
mnesia
database. You can configure it withmssql
ormysql
.For mssql :
http://www.ejabberd.im/mssql