{ acl, local, { user_regexp, "" } }. { access, configure, [ { allow, admin } ] }. { access, register, [ { allow, all } ] }. { welcome_message, { "Welcome!", "Welcome to Debian Jabber Service. " "For information about Jabber visit http://jabber.org" } }. {access, announce, [{allow, admin}]}. {access, s2s_shaper, [{fast, all}]}. {auth_method, internal}. { hosts, [ "pocoo.org", ] }. { language, "en" }. {listen, [ {5222, ejabberd_c2s, [{access, c2s}, starttls, {certfile, "/etc/ssl/certs/ejabberd.pem"}, {shaper, c2s_shaper}]}, {5223, ejabberd_c2s, [{access, c2s}, tls, {certfile, "/etc/ssl/certs/ejabberd.pem"}, {shaper, c2s_shaper}]}, {5269, ejabberd_s2s_in, [{shaper, s2s_shaper}]}, {5280, ejabberd_http, [http_poll, web_admin]} ] }. {outgoing_s2s_port, 5269}. {modules, [ {mod_announce, [{access, announce}]}, {mod_register, [{access, register}]}, {mod_roster, []}, {mod_shared_roster, []}, {mod_privacy, []}, {mod_configure, []}, {mod_configure2, []}, {mod_disco, [{extra_domains, ["users.jabber.org"]}]}, {mod_stats, []}, {mod_vcard, []}, {mod_offline, []}, {mod_echo, []}, {mod_private, []}, {mod_irc, []}, {mod_muc, [{access, muc}, {access_create, muc}, {access_admin, muc_admin}]}, {mod_pubsub, []}, {mod_time, []}, {mod_last, []}, {mod_version, []} ] }.