aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2020-04-05 22:52:55 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2020-04-05 22:52:55 +0200
commite01e528235a577316a26c214406c9e9c8828c47a (patch)
tree7540d54d3a15256b4a416104dfc0771dfbf1eb48 /src
parentRemove bash-izm from ejabberdctl.template introduced recently (diff)
mod_carboncopy: Bump supported XEP revision
Since mod_carboncopy supports "urn:xmpp:carbons:rules:0", it implements version 0.13.x of XEP-0280.
Diffstat (limited to 'src')
-rw-r--r--src/mod_carboncopy.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_carboncopy.erl b/src/mod_carboncopy.erl
index 57d4d75a8..b9c436f47 100644
--- a/src/mod_carboncopy.erl
+++ b/src/mod_carboncopy.erl
@@ -27,7 +27,7 @@
-module (mod_carboncopy).
-author ('ecestari@process-one.net').
--protocol({xep, 280, '0.8'}).
+-protocol({xep, 280, '0.13.2'}).
-behaviour(gen_mod).