From 103a30df2c25edbc99e4df6c5f11a2e99ed51a15 Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 7 Jun 2024 17:21:52 +0200 Subject: [PATCH] Document that XEP-0485 is available in mod_pubsub_serverinfo --- src/ejabberd.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ejabberd.erl b/src/ejabberd.erl index abb2d89d6..69f02522c 100644 --- a/src/ejabberd.erl +++ b/src/ejabberd.erl @@ -45,6 +45,7 @@ -protocol({xep, 424, '0.4.0', '24.02', "", ""}). -protocol({xep, 440, '0.4.0', '24.02', "", ""}). -protocol({xep, 474, '0.3.0', '24.02', "", ""}). +-protocol({xep, 485, '0.2.0', '24.02', "", "mod_pubsub_serverinfo in ejabberd-contrib.git"}). -export([start/0, stop/0, halt/0, start_app/1, start_app/2, get_pid_file/0, check_apps/0, module_name/1, is_loaded/0]).