1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02:00

Update reference to XEP-0485 support

This commit is contained in:
Badlop 2025-07-08 11:34:04 +02:00
parent bf39da7b8b
commit b118dd8fc6
2 changed files with 3 additions and 1 deletions

View file

@ -42,7 +42,6 @@
-protocol({xep, 388, '0.4.0', '24.02', "complete", ""}). -protocol({xep, 388, '0.4.0', '24.02', "complete", ""}).
-protocol({xep, 440, '0.4.0', '24.02', "complete", ""}). -protocol({xep, 440, '0.4.0', '24.02', "complete", ""}).
-protocol({xep, 474, '0.4.0', '24.02', "complete", "0.4.0 since 25.03"}). -protocol({xep, 474, '0.4.0', '24.02', "complete", "0.4.0 since 25.03"}).
-protocol({xep, 485, '0.1.0', '24.02', "complete", "mod_pubsub_serverinfo in ejabberd-contrib.git"}).
-export([start/0, stop/0, halt/0, start_app/1, start_app/2, -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]). get_pid_file/0, check_apps/0, module_name/1, is_loaded/0]).

View file

@ -25,6 +25,9 @@
-module(mod_pubsub_serverinfo). -module(mod_pubsub_serverinfo).
-author('stefan@strigler.de'). -author('stefan@strigler.de').
-protocol({xep, 485, '0.1.1', '25.07', "complete", ""}).
-behaviour(gen_mod). -behaviour(gen_mod).
-behaviour(gen_server). -behaviour(gen_server).