aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-06-27 04:44:27 +0100
committerMatthew Wild <mwild1@gmail.com>2009-06-27 04:44:27 +0100
commit29169a015f67d31329fdb23ace68caaff118e316 (patch)
treefbd548d974ae8403d584fa9b8f665a2b6f52d14e /plugins
parent852c7a62b1d7ffb7a95f7bb5d42a66ce1444b3f6 (diff)
parenta01f4e62493a01afa9813c2197596854b62c7b71 (diff)
downloadprosody-29169a015f67d31329fdb23ace68caaff118e316.tar.gz
prosody-29169a015f67d31329fdb23ace68caaff118e316.zip
Automated merge with http://waqas.ath.cx:8000/
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_message.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/mod_message.lua b/plugins/mod_message.lua
index 72ccfdd0..b56aef0a 100644
--- a/plugins/mod_message.lua
+++ b/plugins/mod_message.lua
@@ -67,3 +67,5 @@ module:hook("message/bare", function(data)
return process_to_bare(stanza.attr.to or (origin.username..'@'..origin.host), origin, stanza);
end);
+
+module:add_feature("msgoffline");