diff options
Diffstat (limited to 'core/stanza_router.lua')
-rw-r--r-- | core/stanza_router.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/stanza_router.lua b/core/stanza_router.lua index 06a5af9c..4b6ca68c 100644 --- a/core/stanza_router.lua +++ b/core/stanza_router.lua @@ -87,6 +87,7 @@ function core_handle_stanza(origin, stanza) core_route_stanza(origin, probe);
end
end
+ -- TODO resend subscription requests
end
origin.presence = stanza;
stanza.attr.to = nil; -- reset it
|