-
-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Ilya Kalashnikov edited this page Aug 16, 2017
·
2 revisions
You need GNU make and git in your PATH.
To build and run the app, use the following command:
$ git clone https://github.com/redsolution/xabber-websocket.git
$ cd xabber-websocket
$ make runThen point your xmpp client to ws://yourserver:8080/websocket
If make is successful, archive xabber_ws-NN.tar.gz with an application will be created
in the _rel/xabber_ws/ directory
Copy the archive to your server and use the following command:
$ mkdir xabber_ws
$ tar -xvf xabber_ws-NN.tar.gz -C xabber_ws
$ cd xabber_ws
$ bin/xabber_ws startThen point your xmpp client to ws://yourserver:8080/websocket