plugins/mod_message.lua

changeset 1423
5e72c3e1743a
parent 1418
d14de6cb8b5b
child 1522
569d58d21612
equal deleted inserted replaced
1422:db9cb1f24f38 1423:5e72c3e1743a
65 -- message to bare JID recieved 65 -- message to bare JID recieved
66 local origin, stanza = data.origin, data.stanza; 66 local origin, stanza = data.origin, data.stanza;
67 67
68 return process_to_bare(stanza.attr.to or (origin.username..'@'..origin.host), origin, stanza); 68 return process_to_bare(stanza.attr.to or (origin.username..'@'..origin.host), origin, stanza);
69 end); 69 end);
70
71 module:add_feature("msgoffline");

mercurial