Difference between revisions of "Linux ejabberd"
From John Freier
(Created page with "ejabberd is an open source platform built on Jabber/XMPP. XMPP (Extensible Messaging and Presence Protocol) https://github.com/processone/ejabberd") |
|||
Line 4: | Line 4: | ||
https://github.com/processone/ejabberd | https://github.com/processone/ejabberd | ||
+ | |||
+ | |||
+ | == Config == | ||
+ | Host - Updated the host to include my domain. | ||
+ | {hosts, ["localhost", "johnfreier.com"]}. | ||
+ | |||
+ | Turned off the web admin interface | ||
+ | %%web_admin | ||
+ | |||
+ | Turned off user registration | ||
+ | %%register |
Revision as of 12:36, 17 May 2016
ejabberd is an open source platform built on Jabber/XMPP.
XMPP (Extensible Messaging and Presence Protocol)
https://github.com/processone/ejabberd
Config
Host - Updated the host to include my domain.
{hosts, ["localhost", "johnfreier.com"]}.
Turned off the web admin interface
%%web_admin
Turned off user registration
%%register