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:
parent
4c47ee63f2
commit
e09afe367f
@ -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).
|
||||||
|
|
||||||
|
@ -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').
|
||||||
|
@ -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).
|
||||||
|
Loading…
Reference in New Issue
Block a user