An open API service indexing awesome lists of open source software.

https://github.com/soroush-app/xrouter

Server-side implementation of XMPP component (XEP 0114) written in Erlang
https://github.com/soroush-app/xrouter

erlang erlang-library xmpp xmpp-components

Last synced: over 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# xrouter
Library for interacting with XMPP components. So you can connect it using any XMPP library which implements [XEP 0114](https://xmpp.org/extensions/xep-0114.html).

# Build
### Download source

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

### Use as dependency

##### Rebar
Put this in `deps` in `rebar.config`:
```erlang
{xrouter, ".*", {git, "https://github.com/soroush-app/xrouter.git", {branch, "master"}}}
```