processone / xmpp

Erlang/Elixir XMPP parsing and serialization library on top of Fast XML
http://process-one.net
Apache License 2.0
137 stars 88 forks source link

How to use this project as a client? #24

Closed omkarnathsingh closed 6 years ago

omkarnathsingh commented 6 years ago

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

zinid commented 6 years ago

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)

omkarnathsingh commented 6 years ago

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

zinid commented 6 years ago

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

omkarnathsingh commented 6 years ago

Okay @zinid . Thanks.