]> granicus.if.org Git - ejabberd/commit
* src/ejabberd_listener.erl: New way to configure IP address and
authorBadlop <badlop@process-one.net>
Mon, 12 Jan 2009 20:03:02 +0000 (20:03 +0000)
committerBadlop <badlop@process-one.net>
Mon, 12 Jan 2009 20:03:02 +0000 (20:03 +0000)
commitba2eb355909b474284c4ab68226fcddf60c742d3
tree9b5b7a23d56b3c775c4ad4671e89cf89819e727e
parent55db20d4b751ab81b48e7b05334c6dc143277fc9
* src/ejabberd_listener.erl: New way to configure IP address and
IP version of listener. Support for definition of IP address in
string format, and implicit definition of IP
version (EJAB-388). Support for defining several listeners: all
with same port number but different IP addresses (EJAB-389)(thanks
to Fabrice Colliot and Sergei Golovan). Better report in WebAdmin
of problem when starting a listener. The old configuration method
of ip tuple and inet6 is fully supported for backwards
compatibility, but is not documented in the Guide anymore.
* src/ejabberd_config.erl: Likewise
* src/mod_proxy65/mod_proxy65_stream.erl: Likewise
* src/mod_proxy65/mod_proxy65_service.erl: Likewise
* src/web/ejabberd_web_admin.erl: Likewise
* doc/guide.tex: Document the new way to configure IP address and
IP version of listener, undocument options ip and inet6
* doc/guide.html: Likewise

SVN Revision: 1812
ChangeLog
doc/guide.html
doc/guide.tex
src/ejabberd_config.erl
src/ejabberd_listener.erl
src/mod_proxy65/mod_proxy65_service.erl
src/mod_proxy65/mod_proxy65_stream.erl
src/web/ejabberd_web_admin.erl