jabber.el 経由で接続している場合、Gmail のトークでステータスを変更することはできますか?
ブラウザで「ビジー」に設定しましたが、ジャバーでは「オンライン」と表示されます。可能であれば、「非表示」にも設定できるようにしたいと思います。
ありがとうございました!
You can use the following key bindings:
There are two other options ("do not disturb" and "available for chat"). You can access these, as well as the option to enter a custom message, using C-x C-j C-p (for jabber-send-presence
).
Being "invisible" is not supported directly, but if you turn on the console (set jabber-debug-log-xml
to t
and switch to the *-jabber-console-JID-*
buffer), you should be able to follow the instructions at http://chinmaykamat.wordpress.com/2010/01/22/google-talk-invisible-mode-in-pidgin/.