Commit 9a84e44d authored by JC Brand's avatar JC Brand

updates #234 Cannot send/receive messages when JIDs have mixed case

parent 35f203ff
......@@ -2906,7 +2906,7 @@
var contact_jid, $forwarded, $received, $sent,
msgid = $message.attr('id'),
chatbox, resource, roster_item,
message_from = $message.attr('from');
message_from = $message.attr('from').toLowerCase();
if (message_from === converse.connection.jid) {
// FIXME: Forwarded messages should be sent to specific resources,
// not broadcasted
......
Changelog
=========
0.8.4 (Unreleased)
------------------
* #234 Cannot send/receive messages when contact JIDs have mixed case. [jcbrand]
0.8.4 (2014-11-15)
------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment