0
votes

I have been looking for a function in the ejabberd REST admin api that provides prebind authentication for a given user, returning a jid, sid and rid. Having looked in the documentation, I could find no such function. Does one exist?

1
If using ejabbered is not hard-requirement then you can use Tigase XMPP Server, which has this option docs.tigase.net/tigase-http-api/2.0.0/Tigase_HTTP-API_Guide/… - Wojtek

1 Answers

0
votes

Nothing like that. The closest thing is oauth_issue_token...