Hi
I wondered if there is a way of ending a users session via XMPP. I see that the mod_admin_extra
module adds a kick_session
ejabberd command and I know that those commands can be invoked with ejabberdctl
and the RPC module, but is it possible somehow to invoke it through XMPP? Perhaps as an ad-hoc command?
Or is there another way?
There was an old module that
There was an old module that allowed to execute commands sending messages to a JID, but it probably doesn't work with recent ejabberd versions: https://www.ejabberd.im/mod_chatcommands
The good news is that mod_configure implements this, among other features:http://xmpp.org/extensions/xep-0133.html#end-user-session