mod_carbons: Advertise support for the previous version
authorKim Alvefur <zash@zash.se>
Sat, 27 Oct 2012 20:02:10 +0200
changeset 854 1c64ab8ae374
parent 853 4d27552ac443
child 855 1983d4d51e1a
mod_carbons: Advertise support for the previous version
mod_carbons/mod_carbons.lua
--- 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);