1st8 / prosody-modules

Automatically exported from code.google.com/p/prosody-modules
MIT License
1 stars 0 forks source link

mod_smacks never enables on s2sout #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
https://code.google.com/p/prosody-modules/source/browse/mod_smacks/mod_smacks.lu
a#62 will only send enable in the case the s2sout session is authenticated, but 
upon receiving features that won't be the case also to note that there will be 
callbacks which hook for features at higher priority in the order tls, sasl, db 
and at least both sasl and db drop execution of other callbacks iirc. So in the 
end, on s2sout, stream management or stanza acks will never be enabled.

Original issue reported on code.google.com by maranda3...@gmail.com on 14 Feb 2014 at 5:48