mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Merge pull request #195 from Iperity/master
Fix small bug in presence_based_delivery implementation
This commit is contained in:
commit
2723056fae
@ -4156,7 +4156,7 @@ presence_can_deliver({User, Server, Resource}, true) ->
|
||||
({session, _, _ , _, undefined, _}, _Acc) -> false;
|
||||
({session, _, {_, _, R}, _, _Priority, _}, _Acc) ->
|
||||
case Resource of
|
||||
[] -> true;
|
||||
<<>> -> true;
|
||||
R -> true;
|
||||
_ -> false
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user