25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

Document XEP-0334 support

This commit is contained in:
Holger Weiss 2015-12-09 22:28:44 +01:00
parent 4c47ee63f2
commit e09afe367f
3 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,7 @@
-module(mod_mam). -module(mod_mam).
-protocol({xep, 313, '0.4'}). -protocol({xep, 313, '0.4'}).
-protocol({xep, 334, '0.2'}).
-behaviour(gen_mod). -behaviour(gen_mod).

View File

@ -25,6 +25,8 @@
-module(mod_muc_log). -module(mod_muc_log).
-protocol({xep, 334, '0.2'}).
-behaviour(ejabberd_config). -behaviour(ejabberd_config).
-author('badlop@process-one.net'). -author('badlop@process-one.net').

View File

@ -30,6 +30,7 @@
-protocol({xep, 22, '1.4'}). -protocol({xep, 22, '1.4'}).
-protocol({xep, 23, '1.3'}). -protocol({xep, 23, '1.3'}).
-protocol({xep, 160, '1.0'}). -protocol({xep, 160, '1.0'}).
-protocol({xep, 334, '0.2'}).
-define(GEN_SERVER, p1_server). -define(GEN_SERVER, p1_server).
-behaviour(?GEN_SERVER). -behaviour(?GEN_SERVER).