mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
* src/ejabberd_s2s.erl: Fixed typo.
SVN Revision: 819
This commit is contained in:
parent
9da2c78eb4
commit
944ef9bbc2
@ -1,5 +1,7 @@
|
||||
2007-07-18 Mickael Remond <mickael.remond@process-one.net>
|
||||
|
||||
* src/ejabberd_s2s.erl: Fixed typos.
|
||||
|
||||
* src/ejabberd_s2s.erl: Implements s2s hosts whitelist / blacklist
|
||||
* src/ejabberd.cfg.example: Likewise
|
||||
|
||||
|
@ -345,7 +345,7 @@ allow_host(MyServer, S2SHost) ->
|
||||
case ejabberd_config:get_local_option({s2s_default_policy, MyServer}) of
|
||||
deny -> false;
|
||||
allow -> true;
|
||||
_ -> allow %% The default s2s policy is allow
|
||||
_ -> true %% The default s2s policy is allow
|
||||
end
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user