mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
Let deliver unsubscribe stanza when no roster push is required (#2598)
This commit is contained in:
parent
2b9c7ed407
commit
86048f8a25
@ -623,6 +623,8 @@ process_subscription(Direction, User, Server, JID1,
|
||||
push_item(jid:make(User, Server), OldItem, NewItem)
|
||||
end,
|
||||
true;
|
||||
none when (Direction == in) and (Type == unsubscribe) ->
|
||||
true;
|
||||
none ->
|
||||
false
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user