processone / xmpp

Erlang/Elixir XMPP parsing and serialization library on top of Fast XML

Home Page:http://process-one.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use this project as a client?

omkarnathsingh opened this issue · comments

As https://github.com/processone/exmpp has been deprecated. How to use this project as a full Erlang client?

I don't think you can use the code for a client stuff. At least authentication is missing (only SASL EXTERNAL is supported, see XEP-0178)

Okay. Basically my server is this one https://github.com/processone/ejabberd and I want to connect from multiple Eralng clients.

Well, you cannot do that without a lot of fiddling. It's on our TODO list to make xmpp library fully stand-alone.

Okay @zinid . Thanks.