Opened 13 years ago
Closed 5 years ago
#7307 closed defect (patchwelcome)
dojox.xmpp presence bug prevents buddy list from displaying properly
Reported by: | joe1chen | Owned by: | Dustin Machi |
---|---|---|---|
Priority: | high | Milestone: | 1.13 |
Component: | Dojox | Version: | 1.1.1 |
Keywords: | xmpp | Cc: | |
Blocked By: | Blocking: |
Description
In the presenceUpdate() function in xmppSession.js, there is a check for the resource. If no resource is found, the function exits immediately. This prevents buddy list from showing for users without resources (which is the case for most of the Openfire xmpp server users).
if(!fromRes){return;}
The above line should be remove to get the code to work.
Change History (5)
comment:1 Changed 13 years ago by
Owner: | changed from Adam Peller to Dustin Machi |
---|
comment:2 Changed 13 years ago by
Milestone: | 1.2 → 1.3 |
---|
comment:3 Changed 12 years ago by
Milestone: | 1.3 → 1.4 |
---|
comment:4 Changed 11 years ago by
Milestone: | 1.4 → future |
---|
comment:5 Changed 5 years ago by
Milestone: | future → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Given that no one has shown interest in creating a patch in the past 5+ years, I'm closing this as patchwelcome.
Note: See
TracTickets for help on using
tickets.
move 1.2 bugs to 1.3