You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since ejabberd 15.04 websockets are available without additionnal plugins. This is blazing fast and it became the default service URL for Archipel UI in 2015.
The relevant section in ejabberd.yml file is:
-
port: 5280module: ejabberd_httprequest_handlers:
"/xmpp": ejabberd_http_ws# if you want to use starttls with websock# the URI will be wss://# please be sure that the certificate belong# to a trusted AC in your browser# certfile: "/etc/ejabberd/ejabberd.pem"# tls: trueweb_admin: truehttp_bind: true
By default both BOSH and websockets are enabled. This way you can get connected to the XMPP Server: