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
- Host: GitHub
- URL: https://github.com/soroush-app/xrouter
- Owner: soroush-app
- License: other
- Archived: true
- Created: 2017-08-27T22:05:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T05:18:26.000Z (about 8 years ago)
- Last Synced: 2024-10-24T15:38:27.946Z (over 1 year ago)
- Topics: erlang, erlang-library, xmpp, xmpp-components
- Language: Erlang
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"}}}
```