Discussion:
[prosody-dev] [PATCH] mod_muc_eventsource: room JIDs are lowercase
senya
2018-02-23 19:12:15 UTC
Permalink
This patch fixes an issue with requesting event source MUC room
subscribtion with uppercase letters. Since room names are
case-insensitive (stored lowercase) we must make input room name
lowercase as well.
--
You received this message because you are subscribed to the Google Groups "prosody-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prosody-dev+***@googlegroups.com.
To post to this group, send email to prosody-***@googlegroups.com.
Visit this group at https://groups.google.com/group/prosody-dev.
For more options, visit https://groups.google.com/d/optout.
senya
2018-02-26 10:54:30 UTC
Permalink
This patch validates room name which was received via eventsource HTTP
request using nodeprep. If the received node is not correct XMPP address
it replies '400'.
--
You received this message because you are subscribed to the Google Groups "prosody-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prosody-dev+***@googlegroups.com.
To post to this group, send email to prosody-***@googlegroups.com.
Visit this group at https://groups.google.com/group/prosody-dev.
For more options, visit https://groups.google.com/d/optout.
senya
2018-02-26 10:55:53 UTC
Permalink
This patch validates room name which was received via eventsource HTTP
request using nodeprep. If the received node is not correct XMPP address
it replies '400'.

Sorry, forgot the attachment.
--
You received this message because you are subscribed to the Google Groups "prosody-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prosody-dev+***@googlegroups.com.
To post to this group, send email to prosody-***@googlegroups.com.
Visit this group at https://groups.google.com/group/prosody-dev.
For more options, visit https://groups.google.com/d/optout.
Loading...