changeset 854:1c64ab8ae374

mod_carbons: Advertise support for the previous version
author Kim Alvefur <zash@zash.se>
date Sat, 27 Oct 2012 20:02:10 +0200
parents 4d27552ac443
children 1983d4d51e1a
files mod_carbons/mod_carbons.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_carbons/mod_carbons.lua	Thu Oct 25 17:45:08 2012 +0200
+++ b/mod_carbons/mod_carbons.lua	Sat Oct 27 20:02:10 2012 +0200
@@ -114,3 +114,4 @@
 module:hook("message/full", message_handler, 1);
 
 module:add_feature(xmlns_carbons);
+module:add_feature(xmlns_carbons_old);