Modify ↓
#682 closed enhancement (fixed)
XMPP/Jabber contact messages are sent to the wrong resource
Reported by: | Owned by: | wilmer | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Jabber | Version: | 1.2.3 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
A common complaint from one of my contacts who is using Google's XMPP service, is that my messages go to the wrong resource. I usually just laugh because it's causing his phone to beep when he doesn't want it to, but I thought I would report it so that future users might find the issue recorded.
How I think it should work:
- The first message to a contact should be sent to the JID without a resource, so that the XMPP server can decide which resource to actually deliver to.
- If the contact then replies from a specific resource, that resource should be used for the rest of the messages in that chat session.
- If a contact talks first, then responses should go back to the same resource they used.
- After a chat session ends, new messages should go back to the default resource again - the hard part is determining *when* the chat session ends, as to my knowledge IRC has no mechanism for this.
Attachments (0)
Change History (3)
comment:1 Changed at 2010-09-23T14:09:15Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed at 2010-09-23T23:20:28Z by
That's good to hear, but I searched here and found no existing issues when I searched for it.
It looks like 1.2.3 is still the latest I can get on my ubuntu VPS though. :(
comment:3 Changed at 2010-09-24T02:38:52Z by
try http://code.bitlbee.org/debian/ . They're not releases but I can assure you that they're as stable as 1.2.3 is.
Note: See
TracTickets for help on using
tickets.
Sometimes it does help to upgrade to a version that isn't two years old before filing a bug, since what you're describing is what I implemented in version 1.2.6. :-)