ejabberd_http_bind - HTTP Binding (XEP-0124)
Submitted by zeank on Tue, 2006-08-22 17:48
Install guide
- Download the patch to ejabberd directory
- Apply with patch -p0<ejabberd111_httpbind_20060616.patch
- configure and compile ejabberd:
./configure
make
- Enable http-bind on ejabberd.cfg, for example:
{listen,
[
...
{5280, ejabberd_http, [http_poll, http_bind, web_admin]},
...
]
}.
- Start ejabberd. If everything went ok, on the ejabberd log file there will appear:
=PROGRESS REPORT==== 30-Oct-2006::13:10:53 ===
supervisor: {local,ejabberd_listeners}
started: [{pid,<0.249.0>},
{name,5280},
{mfa,{ejabberd_listener,
start,
[5280,
ejabberd_http,
[http_poll,http_bind,web_admin]]}},
{restart_type,transient},
{shutdown,brutal_kill},
{child_type,worker}]
- Now point an HTTP-Bind enabled application to address http://yourserver:5280/
|
patching Windows
Is there a way to patch Windows versions?
does it works for ejabberd
does it works for ejabberd 1.1.4?
http-bind is part of the
http-bind is part of the upcoming ejabberd 2.0, to my knowledge. It is not supported with ejabberd 1.1.4.
not work for ejabbered 1.1.4
does it works for ejabberd 1.1.4?
not work for ejabbered 1.1.4