Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
9a84e44d
Commit
9a84e44d
authored
Nov 16, 2014
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updates #234 Cannot send/receive messages when JIDs have mixed case
parent
35f203ff
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
converse.js
converse.js
+1
-1
docs/CHANGES.rst
docs/CHANGES.rst
+5
-0
No files found.
converse.js
View file @
9a84e44d
...
@@ -2906,7 +2906,7 @@
...
@@ -2906,7 +2906,7 @@
var
contact_jid
,
$forwarded
,
$received
,
$sent
,
var
contact_jid
,
$forwarded
,
$received
,
$sent
,
msgid
=
$message
.
attr
(
'
id
'
),
msgid
=
$message
.
attr
(
'
id
'
),
chatbox
,
resource
,
roster_item
,
chatbox
,
resource
,
roster_item
,
message_from
=
$message
.
attr
(
'
from
'
);
message_from
=
$message
.
attr
(
'
from
'
)
.
toLowerCase
()
;
if
(
message_from
===
converse
.
connection
.
jid
)
{
if
(
message_from
===
converse
.
connection
.
jid
)
{
// FIXME: Forwarded messages should be sent to specific resources,
// FIXME: Forwarded messages should be sent to specific resources,
// not broadcasted
// not broadcasted
...
...
docs/CHANGES.rst
View file @
9a84e44d
Changelog
Changelog
=========
=========
0.8.4 (Unreleased)
------------------
* #234 Cannot send/receive messages when contact JIDs have mixed case. [jcbrand]
0.8.4 (2014-11-15)
0.8.4 (2014-11-15)
------------------
------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment