3

jabber.el 経由で接続している場合、Gmail のトークでステータスを変更することはできますか?

ブラウザで「ビジー」に設定しましたが、ジャバーでは「オンライン」と表示されます。可能であれば、「非表示」にも設定できるようにしたいと思います。

ありがとうございました!

4

1 に答える 1

4

You can use the following key bindings:

  • C-x C-j C-a - away
  • C-x C-j C-x - extended away
  • C-x C-j C-o - online

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/.

于 2012-07-18T10:08:43.313 に答える