Modify ↓
Opened at 2008-11-14T15:57:52Z
Last modified at 2014-02-06T22:41:12Z
#458 new enhancement
Google Talk Invisibility
Reported by: | anonymous | Owned by: | wilmer |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Jabber | Version: | 1.2.3 |
Keywords: | google talk invisible shared-status patch | Cc: | |
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
This patch adds some rudimentary support for google talk's shared status extensions to the jabber code in Bitlbee -- since I only use jabber for connecting to google talk, I haven't really put in any code to check if the server supports these extensions.
The more important effect of the patch is to allow you to be invisible on Google Talk with an "/away Extended Away". Also, setting an Away message no longer shows you as idle but merely updates your status message. If you want to be shown as Idle, do "/away Away - message".
Ayan Chakrabarti <ayan.chakrabarti [at] gmail.com>
Attachments (1)
Change History (3)
Changed at 2008-11-14T15:58:26Z by
Attachment: | google-talk-invis.patch added |
---|
comment:1 Changed at 2008-11-14T16:04:35Z by
comment:2 Changed at 2014-02-06T22:41:12Z by
Keywords: | patch added |
---|
Note: See
TracTickets for help on using
tickets.
Although I understand the wish for setting status messages without going away, using the /away command for this doesn't seem like the right way to do it. After all, the command is called /away, not /status.
(Okay, I admit that /away with no arguments means you're back is a bit odd. :-P)
There should really be a separate command. I intend to implement this as a per-account setting or something like that. And a root command or a global setting to automatically set yourself as away on all accts that support it. /away would probably override that.