1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-05 10:39:29 +02:00

Replace Jabber->XMPP and Ejabberd (thanks to Neustradamus)(#3469)

This commit is contained in:
Badlop 2021-01-11 20:18:28 +01:00
parent 446cb485ac
commit 50f74c932b
12 changed files with 34 additions and 34 deletions

View file

@ -1478,7 +1478,7 @@ srg_user_del(User, Host, Group, GroupHost) ->
%%% Stanza
%%%
%% @doc Send a message to a Jabber account.
%% @doc Send a message to an XMPP account.
%% @spec (Type::binary(), From::binary(), To::binary(), Subject::binary(), Body::binary()) -> ok
send_message(Type, From, To, Subject, Body) ->
CodecOpts = ejabberd_config:codec_options(),