aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc_log.erl
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2015-12-09 22:28:44 +0100
committerHolger Weiss <holger@zedat.fu-berlin.de>2015-12-09 22:28:44 +0100
commite09afe367f242e3e3cb33d70d1e3e6c8d8fed7ba (patch)
tree6c225f06c9428f96a0e61c3d9c1f8d0cd4fe831e /src/mod_muc_log.erl
parentDo not forget to include xmlns in mam prefs response (#859) (diff)
Document XEP-0334 support
Diffstat (limited to 'src/mod_muc_log.erl')
-rw-r--r--src/mod_muc_log.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mod_muc_log.erl b/src/mod_muc_log.erl
index 996ac83a5..49adf034b 100644
--- a/src/mod_muc_log.erl
+++ b/src/mod_muc_log.erl
@@ -25,6 +25,8 @@
-module(mod_muc_log).
+-protocol({xep, 334, '0.2'}).
+
-behaviour(ejabberd_config).
-author('badlop@process-one.net').