Closed
Bug 795078
Opened 12 years ago
Closed 12 years ago
Thunderbird does not see user online and can't receive message from a contact with a singe quote in its resource
Categories
(Thunderbird :: Instant Messaging, defect)
Tracking
(thunderbird17 fixed)
RESOLVED
FIXED
Thunderbird 18.0
Tracking | Status | |
---|---|---|
thunderbird17 | --- | fixed |
People
(Reporter: arnaud.abelard, Assigned: florian)
Details
Attachments
(1 file)
770 bytes,
patch
|
clokep
:
review+
standard8
:
approval-comm-aurora+
|
Details | Diff | Splinter Review |
If a remote contact has a single quote (') in their XMPP resource, Thunderbird's Instant Messaging client will never see it online. If the contact messages the user using Thunderbird, no message will be received.
If the remote user removes the single quote from its resource, it will show as online in Thunderbird's contact list as expected and Thunderbird will receive messages from the remote user.
Assignee | ||
Comment 1•12 years ago
|
||
Thanks for reporting this.
When Thunderbird receives a presence stanza with a single quote in the resource, this error appears in the Error Console:
Error: TypeError: this._account._parseJID(...) is null
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Hardware: x86 → All
Assignee | ||
Comment 2•12 years ago
|
||
The XMPP rfc says that the following characters are excluded for the "node" part of the JID:
#x22 (")
#x26 (&)
#x27 (')
#x2F (/)
#x3A (:)
#x3C (<)
#x3E (>)
#x40 (@)
http://xmpp.org/rfcs/rfc3920.html#rfc.section.A.5
But doesn't list any prohibited ASCII character for the resource part (http://xmpp.org/rfcs/rfc3920.html#rfc.section.B.5) so I think we shouldn't exclude any character there.
For the domain part, it just says it should be a valid domain name. The only characters that we really have to exclude in that part for our regexp to work are @ and / but I think the list we currently have is reasonable.
Assignee: nobody → florian
Attachment #666518 -
Flags: review?(clokep)
Comment 3•12 years ago
|
||
Comment on attachment 666518 [details] [diff] [review]
Patch
The change looks good, I wish those regular expressions were a bit more readable, but I don't think there's a reasonable way to do that.
Attachment #666518 -
Flags: review?(clokep) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 18.0
Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 666518 [details] [diff] [review]
Patch
[Approval Request Comment]
Low risk, so I think we should take this on comm-aurora for Thunderbird 17.
Attachment #666518 -
Flags: approval-comm-aurora?
Assignee | ||
Comment 6•12 years ago
|
||
Updated•12 years ago
|
Attachment #666518 -
Flags: approval-comm-aurora? → approval-comm-aurora+
Assignee | ||
Comment 7•12 years ago
|
||
status-thunderbird17:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•