diff options
author | Mickaël Rémond <mickael.remond@process-one.net> | 2009-09-23 12:37:58 +0000 |
---|---|---|
committer | Mickaël Rémond <mickael.remond@process-one.net> | 2009-09-23 12:37:58 +0000 |
commit | 4936c2dc58f2fb4029ac51a46851eb27b41597fd (patch) | |
tree | d8c57788cd5cc292a1721ce2ca395ce08503e55f /src | |
parent | fix EJAB-1048, add timestamp to last published items (diff) |
Replaced Jabber references in config file with XMPP, official name of the protocol
SVN Revision: 2612
Diffstat (limited to 'src')
-rw-r--r-- | src/ejabberd.cfg.example | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ejabberd.cfg.example b/src/ejabberd.cfg.example index b2f87020..1501a7ba 100644 --- a/src/ejabberd.cfg.example +++ b/src/ejabberd.cfg.example @@ -74,7 +74,7 @@ %% %% watchdog_admins: Only useful for developers: if an ejabberd process -%% consumes a lot of memory, send live notifications to these Jabber +%% consumes a lot of memory, send live notifications to these XMPP %% accounts. %% %%{watchdog_admins, ["bob@example.com"]}. @@ -91,9 +91,9 @@ {hosts, ["localhost"]}. %% -%% route_subdomains: Delegate subdomains to other Jabber server. +%% route_subdomains: Delegate subdomains to other XMPP server. %% For example, if this ejabberd serves example.org and you want -%% to allow communication with a Jabber server called im.example.org. +%% to allow communication with a XMPP server called im.example.org. %% %%{route_subdomains, s2s}. @@ -348,7 +348,7 @@ %%%' ACCESS CONTROL LISTS %% -%% The 'admin' ACL grants administrative privileges to Jabber accounts. +%% The 'admin' ACL grants administrative privileges to XMPP accounts. %% You can put as many accounts as you want. %% %%{acl, admin, {user, "aleksey", "localhost"}}. @@ -516,11 +516,11 @@ %% a message with this subject and body. %% {welcome_message, {"Welcome!", - "Hi.\nWelcome to this Jabber server."}}, + "Hi.\nWelcome to this XMPP server."}}, %% %% When a user registers, send a notification to - %% these Jabber accounts. + %% these XMPP accounts. %% %%{registration_watchers, ["admin1@example.org"]}, |