24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

Add some XEPs support that was forgotten

This commit is contained in:
Badlop 2024-05-17 13:00:45 +02:00
parent 01f2697faf
commit a05dbcc2b2
5 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,7 @@
-protocol({rfc, 6122}).
-protocol({rfc, 7590}).
-protocol({xep, 4, '2.9'}).
-protocol({xep, 59, '1.0'}).
-protocol({xep, 86, '1.0'}).
-protocol({xep, 106, '1.1'}).
-protocol({xep, 170, '1.0'}).

View File

@ -28,6 +28,8 @@
-behaviour(ejabberd_auth).
-author('mickael.remond@process-one.net').
-protocol({xep, 175, '1.2'}).
-export([start/1,
stop/1,
use_cache/1,

View File

@ -27,6 +27,7 @@
-protocol({rfc, 3921}).
-protocol({rfc, 6120}).
-protocol({rfc, 6121}).
-protocol({xep, 138, '2.1'}).
%% ejabberd_listener callbacks
-export([start/3, start_link/3, accept/1, listen_opt_type/1, listen_options/0]).

View File

@ -26,6 +26,7 @@
-module(ejabberd_captcha).
-protocol({xep, 158, '1.0'}).
-protocol({xep, 231, '1.0'}).
-behaviour(gen_server).

View File

@ -31,6 +31,7 @@
-protocol({xep, 22, '1.4'}).
-protocol({xep, 23, '1.3'}).
-protocol({xep, 160, '1.0'}).
-protocol({xep, 203, '2.0'}).
-protocol({xep, 334, '0.2'}).
-behaviour(gen_mod).