mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
mod_smacks: Add future todo
The vision: All the queueing and counting and session replacement logic in core, with mod_smacks only hooking this up to the XEP-0198 protocol.
This commit is contained in:
parent
afb195c623
commit
86617ab008
1 changed files with 1 additions and 0 deletions
|
@ -274,6 +274,7 @@ module:hook_tag("http://etherx.jabber.org/streams", "features",
|
|||
function (session, stanza)
|
||||
-- Needs to be done after flushing sendq since those aren't stored as
|
||||
-- stanzas and counting them is weird.
|
||||
-- TODO unify sendq and smqueue
|
||||
timer.add_task(1e-6, function ()
|
||||
if can_do_smacks(session) then
|
||||
if stanza:get_child("sm", xmlns_sm3) then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue