diff mod_carbons/mod_carbons.lua @ 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 0900ba54991e
children 2ece37bf9cc6
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);