# HG changeset patch # User Goffi # Date 1625928508 -7200 # Node ID 377546ab50f9b9cfcd85fa2c07e7e0481582ff4d # Parent 451514e2d36957ff051d31b0f1fa9832e2c45911 mod_delegation: fix bare jid disco nesting bare jid info discovery hook has been accidentally removed a while ago, as a result disco nesting for bare jids was not working anymore. diff -r 451514e2d369 -r 377546ab50f9 mod_delegation/mod_delegation.lua --- a/mod_delegation/mod_delegation.lua Tue Jul 06 21:12:56 2021 +0200 +++ b/mod_delegation/mod_delegation.lua Sat Jul 10 16:48:28 2021 +0200 @@ -540,6 +540,7 @@ end end +module:hook("account-disco-info", disco_hook, -2^32) -- disco#items