/xrouter

Server-side implementation of XMPP component (XEP 0114) written in Erlang

Primary LanguageErlangOtherNOASSERTION

xrouter

Library for interacting with XMPP components. So you can connect it using any XMPP library which implements XEP 0114.

Build

Download source

Git
~ $ git clone https://github.com/soroush-app/xrouter.git

Use as dependency

Rebar

Put this in deps in rebar.config:

{xrouter, ".*", {git, "https://github.com/soroush-app/xrouter.git", {branch, "master"}}}