Home
last modified time | relevance | path

Searched refs:c2s_message_handler (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/prosody/prosody-0.11.13/plugins/
H A Dmod_carbons.lua103 local function c2s_message_handler(event) function
108 module:hook("pre-message/host", c2s_message_handler, -0.5);
109 module:hook("pre-message/bare", c2s_message_handler, -0.5);
110 module:hook("pre-message/full", c2s_message_handler, -0.5);
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_carbons/
H A Dmod_carbons.lua120 local function c2s_message_handler(event) function
125 module:hook("pre-message/host", c2s_message_handler, 0.05); -- priority between mod_message (0 in 0…
126 module:hook("pre-message/bare", c2s_message_handler, 0.05);
127 module:hook("pre-message/full", c2s_message_handler, 0.05);
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_log_messages_sql/
H A Dmod_log_messages_sql.lua158 local function c2s_message_handler(event) function
163 module:hook("pre-message/bare", c2s_message_handler, 2);
164 module:hook("pre-message/full", c2s_message_handler, 2);
/dports/net-im/prosody/prosody-0.11.13/plugins/mod_mam/
H A Dmod_mam.lua316 local function c2s_message_handler(event) function
414 module:hook("pre-message/bare", c2s_message_handler, 0);
415 module:hook("pre-message/full", c2s_message_handler, 0);
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_mam/
H A Dmod_mam.lua336 local function c2s_message_handler(event) function
415 module:hook("pre-message/bare", c2s_message_handler, priority);
416 module:hook("pre-message/full", c2s_message_handler, priority);