If yes - how do I install it to the system ?
Can't find an answer to this simple question
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
If yes - how do I install it to the system ?
Can't find an answer to this simple question
You can create an external component
You can develop an external component that connects to ejabberd withXEP-0114 . There are libraries for many languages for doing that.
That limits the functionality of the module; your component gets the JID "foo.example.com", and receives all stanzas addressed to any JID in that domain, but that's all. It's not possible to directly change the inner workings of the server with just a component.
Here:
Here: http://www.ejabberd.im/extauth
I see few examples of replacement for authentication script, but I can't add it to ejabberd
How can I plug it in ?