Can I develop a new module in language different than erlang ?

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 with XEP-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 ?

Syndicate content