Modify ↓
#111 closed defect (fixed)
Jabber always connects ONLINE instead of last away state
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Jabber | Version: | devel |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
- be online in Jabber
- set yourself away
- account off
- account on
-> Jabber isn't away anymore
Attachments (1)
Change History (5)
Changed at 2006-03-05T23:14:45Z by
Attachment: | jabber-away.diff added |
---|
comment:1 Changed at 2006-03-15T21:02:56Z by
comment:2 Changed at 2006-03-15T21:48:02Z by
ok, so you additionally have to remove the
if( u && u->away )
in front of
proto_away( gc, u->away );
on line 366 in protocols/nogaim.c
BTW: don't know if you are invisible, but you don't get the presence of the other buddies on your roster, they seem offline...
comment:3 Changed at 2006-03-18T08:34:37Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in [239]. Damn, I'm really working too much on a piece of code that iss supposed to be replaced soon. ;-(
Note: See
TracTickets for help on using
tickets.
BTW, did you test this patch completely? I'm afraid that it will cause problems for people who are *not* away when they enable their Jabber account. I expect that the person will be invisible to everyone if BitlBee doesn't send any presence packet at all...