mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
fix PEP broadcasting (thanks to Karim Gemayel)(EJAB-1411)
This commit is contained in:
parent
afec527f5f
commit
38bf3bfc1c
@ -3483,7 +3483,7 @@ broadcast({U, S, R}, Node, NodeId, Type, NodeOptions, Subscriptions, Stanza, SHI
|
|||||||
%% set the from address on the notification to the bare JID of the account owner
|
%% set the from address on the notification to the bare JID of the account owner
|
||||||
%% Also, add "replyto" if entity has presence subscription to the account owner
|
%% Also, add "replyto" if entity has presence subscription to the account owner
|
||||||
%% See XEP-0163 1.1 section 4.3.1
|
%% See XEP-0163 1.1 section 4.3.1
|
||||||
Event = {pep_message, binary_to_list(Node)++"+notify"},
|
Event = {pep_message, << Node/binary, <<"+notify">>/binary >>},
|
||||||
Message = case get_option(NodeOptions, notification_type, headline) of
|
Message = case get_option(NodeOptions, notification_type, headline) of
|
||||||
normal -> Stanza;
|
normal -> Stanza;
|
||||||
MsgType -> add_message_type(Stanza, atom_to_list(MsgType))
|
MsgType -> add_message_type(Stanza, atom_to_list(MsgType))
|
||||||
|
Loading…
Reference in New Issue
Block a user