mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-09 15:06:54 +02:00
* src/ejabberd_config.erl: Fixed "language" option processing
(thanks to Badlop) SVN Revision: 780
This commit is contained in:
parent
ab0315e592
commit
3b7e23df5a
@ -1,5 +1,8 @@
|
||||
2007-06-07 Alexey Shchepin <alexey@sevcom.net>
|
||||
|
||||
* src/ejabberd_config.erl: Fixed "language" option processing
|
||||
(thanks to Badlop)
|
||||
|
||||
* src/msgs/zh.msg: Updated (thanks to Shelley Shyan)
|
||||
|
||||
* src/msgs/ca.msg: New Catalan translation (thanks to Vicent
|
||||
|
@ -107,6 +107,8 @@ process_term(Term, State) ->
|
||||
State, Terms);
|
||||
{listen, Val} ->
|
||||
add_option(listen, Val, State);
|
||||
{language, Val} ->
|
||||
add_option(language, Val, State);
|
||||
{outgoing_s2s_port, Port} ->
|
||||
add_option(outgoing_s2s_port, Port, State);
|
||||
{s2s_use_starttls, Port} ->
|
||||
|
Loading…
Reference in New Issue
Block a user