mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Initial version of new XMPP stream behaviour (for review)
This commit is contained in:
parent
23f7075313
commit
5cc8e807df
17 changed files with 1857 additions and 2998 deletions
|
@ -1038,11 +1038,8 @@ split_grouphost(Host, Group) ->
|
|||
end.
|
||||
|
||||
broadcast_subscription(User, Server, ContactJid, Subscription) ->
|
||||
ejabberd_sm:route(
|
||||
jid:make(<<"">>, Server, <<"">>),
|
||||
jid:make(User, Server, <<"">>),
|
||||
{broadcast, {item, ContactJid,
|
||||
Subscription}}).
|
||||
ejabberd_sm:route(jid:make(User, Server, <<"">>),
|
||||
{item, ContactJid, Subscription}).
|
||||
|
||||
displayed_groups_update(Members, DisplayedGroups, Subscription) ->
|
||||
lists:foreach(fun({U, S}) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue