aboutsummaryrefslogtreecommitdiff
path: root/src/mod_admin_extra.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-01-11 20:18:28 +0100
committerBadlop <badlop@process-one.net>2021-01-11 21:11:20 +0100
commit50f74c932b5e0363e0a9d0c0561c6ac946774431 (patch)
tree05cb3c2f0267c9551c7f35f06d2fa2d2a35bfa9f /src/mod_admin_extra.erl
parentDon't use REPLACE for upsert when there are "-" fields. (diff)
Replace Jabber->XMPP and Ejabberd (thanks to Neustradamus)(#3469)
Diffstat (limited to 'src/mod_admin_extra.erl')
-rw-r--r--src/mod_admin_extra.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_admin_extra.erl b/src/mod_admin_extra.erl
index 9a7c3560f..a90a22cea 100644
--- a/src/mod_admin_extra.erl
+++ b/src/mod_admin_extra.erl
@@ -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(),