1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-06 03:50:15 +02:00

Add details about XEP implementations to some protocol attributes

This commit is contained in:
Badlop 2022-11-07 12:32:38 +01:00
parent 5a5e5bbdc6
commit b71a481e63
16 changed files with 17 additions and 16 deletions

View file

@ -26,7 +26,7 @@
-module(mod_client_state).
-author('holger@zedat.fu-berlin.de').
-protocol({xep, 85, '2.1'}).
-protocol({xep, 352, '0.1'}).
-protocol({xep, 352, '0.1', '14.12', "", ""}).
-behaviour(gen_mod).