#837 prosody sends starttls stream feature over Websocket
Reporter
Sonny Piers
Owner
Zash
Created
Updated
Stars
★ (1)
Tags
Status-Fixed
Type-Defect
Priority-Medium
Sonny Piers
on
I recently updated my prosody-hg-stable aur package on Arch Linux and prosody started advertising starttls feature for XMPP over Websocket.
See http://pastebin.com/Ka51ab56 (don't mind the stanza order)
Sonny Piers
on
Just checked, starttls is only advertised on ws:// not on wss://
Zash
on
Hi. What exact version are you on and do you know which version you were on before?
Changes
tags Status-Accepted
owner Zash
Sonny Piers
on
Hi. I'm and was on 0.10 HEAD. Can't find the exact commit though.
I double checked and I'm not entirely sure it is a regression.
I recently updated my prosody-hg-stable aur package on Arch Linux and prosody started advertising starttls feature for XMPP over Websocket. See http://pastebin.com/Ka51ab56 (don't mind the stanza order)
Just checked, starttls is only advertised on ws:// not on wss://
Hi. What exact version are you on and do you know which version you were on before?
ChangesHi. I'm and was on 0.10 HEAD. Can't find the exact commit though. I double checked and I'm not entirely sure it is a regression.
I could reproduce with every commit since mod_websocket was added (that I tested with). Should be fixed in http://hg.prosody.im/0.10/rev/a6eb3b6bf903
ChangesTested, all good. thanks