Diff

plugins/mod_message.lua @ 1432:8a59a694a9c0

Automated merge with http://waqas.ath.cx:8000/
author Matthew Wild <mwild1@gmail.com>
date Sat, 27 Jun 2009 04:44:27 +0100
parent 1423:5e72c3e1743a
child 1522:569d58d21612
line wrap: on
line diff
--- a/plugins/mod_message.lua	Sat Jun 27 08:38:52 2009 +0500
+++ b/plugins/mod_message.lua	Sat Jun 27 04:44:27 2009 +0100
@@ -67,3 +67,5 @@
 
 	return process_to_bare(stanza.attr.to or (origin.username..'@'..origin.host), origin, stanza);
 end);
+
+module:add_feature("msgoffline");