log mod_delegation/mod_delegation.lua @ 2984:1e7d221bba8d

age author description
2017-08-30 Goffi mod_delegation: fixed misplaced up() in <message> stanza generation
2017-08-27 Goffi mod_delegation: added disco#items support
2016-03-10 Goffi mod_delegation: fixed bad use of period instead of colon
2016-03-10 Goffi mod_delegation: date update
2015-12-21 Goffi mod_delegation: fixed imports, using "/" instead of "." was causing caching issues
2015-12-01 Goffi mod_delegation: fixed attribute filtering
2015-07-31 Goffi mod_delegation: fixed bad calling of on_auth for components
2015-07-31 Goffi mod_delegation: fixed handling of <iq> results without children
2015-05-07 Goffi mod_delegation: managing_ent_* now stop event propagation + forwarded <iq/> xmlns check
2015-05-04 Goffi mod_delegation: fixed bad handling of error replies from managing entity
2015-05-04 Goffi mod_delegation: fixed namespace of <forwarded/> child element, as specified in XEP-0297
2015-05-03 Goffi mod_delegation: handling of error replies from managing entities after forward.
2015-05-03 Goffi mod_delegation: original stanza is now cached outside of ns_data, so it can be accessed without knowing the namespace.
2015-05-03 Goffi mod_delegation: removed invalid error replies to iq result.
2015-05-03 Goffi mod_delegation: added 'iq/bare' to hooked events.