What steps will reproduce the problem?
1. Enable CSI with mod_csi_simple loaded
2. Send stanza that should be considered important
3. Observe traffic
What is the expected output?
Buffered stanzas and the important stanza is sent
What do you see instead?
Important stanza considered unimportant and nothing happens until client goes into active mode.
What version of the product are you using?
0.11.0
Please provide any additional information below.
The module fires an event called "csi-stanza-is-important" but hooks an event called "csi-is-stanza-important"
What steps will reproduce the problem? 1. Enable CSI with mod_csi_simple loaded 2. Send stanza that should be considered important 3. Observe traffic What is the expected output? Buffered stanzas and the important stanza is sent What do you see instead? Important stanza considered unimportant and nothing happens until client goes into active mode. What version of the product are you using? 0.11.0 Please provide any additional information below. The module fires an event called "csi-stanza-is-important" but hooks an event called "csi-is-stanza-important"
Fixed in https://hg.prosody.im/trunk/rev/e31547ab1ca2
Changes