Mercurial > prosody-modules
comparison mod_block_strangers/mod_block_strangers.lua @ 774:52caf54fc270
mod_block_strangers: Bump handler priority to 200 (just because)
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Sun, 05 Aug 2012 02:26:45 +0100 |
| parents | 954532e273be |
| children | 853a382c9bd6 |
comparison
equal
deleted
inserted
replaced
| 773:107eb83aa732 | 774:52caf54fc270 |
|---|---|
| 13 end | 13 end |
| 14 return true; -- Drop stanza | 14 return true; -- Drop stanza |
| 15 end | 15 end |
| 16 end | 16 end |
| 17 | 17 |
| 18 module:hook("message/bare", check_subscribed, 100); | 18 module:hook("message/bare", check_subscribed, 200); |
| 19 module:hook("message/full", check_subscribed, 100); | 19 module:hook("message/full", check_subscribed, 200); |
| 20 | 20 module:hook("iq/full", check_subscribed, 200); |
| 21 module:hook("iq/full", check_subscribed, 100); |
