Document new XEPs supported thanks to its implementation in the xmpp library

This commit is contained in:
Badlop 2023-12-14 10:40:08 +01:00
parent 78750bf753
commit f34c2b1714
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@
-protocol({xep, 243, '1.0'}).
-protocol({xep, 270, '1.0'}).
-protocol({xep, 368, '1.1.0'}).
-protocol({xep, 386, '0.3.0', '24.01', "", ""}).
-protocol({xep, 388, '0.4.0', '24.01', "", ""}).
-protocol({xep, 424, '0.4.0', '24.01', "", ""}).
-protocol({xep, 440, '0.4.0', '24.01', "", ""}).
-protocol({xep, 474, '0.3.0', '24.01', "", ""}).
-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]).