Differences between revisions 1 and 14 (spanning 13 versions)
Revision 1 as of 2012-04-02 14:34:44
Size: 1201
Editor: 31-221-16-6
Comment:
Revision 14 as of 2015-11-19 19:42:16
Size: 2252
Editor: 63-225-174-66
Comment: Note that `acc off` and `acc on` might not suffice
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Bitlbee Gtalk Howto =
Line 4: Line 6:
15:28 <@you> acc add jabber you@gmail.com 15:28 <@you> account add jabber you@gmail.com
Line 7: Line 9:
15:28 <@root> Alternatively, enable OAuth if the account supports it: account gtalk set oauth on
15:29 <@you> acc gtalk set oauth true
15:28 <@root> Alternatively, enable OAuth if the account supports it: acc gtalk set oauth on
15:29 <@you> acc gtalk set oauth on
Line 25: Line 27:
If you have a Google+ account, your G+ contacts will also appear with odd names. To fix this, {{{acc gtalk set nick_format %full_name}}} or similar: see {{{help nick_format}}} for details. If you have a Google+ account, your G+ contacts will also appear with odd names. To fix this, set the ''nick_format'' account setting to ''%full_name'', like this:

{{{
account gtalk set nick_format %full_name
}}}

Enter:

{{{
help nick_format
}}}
or:
{{{
help set nick_format
}}}

For more details. (Note that you must {{{acc off}}} and {{{acc on}}} for the new format to take effect; you might even need to disconnect from the bitlbee server, then reconnect.)

See also:
 * [[GtalkEvilness|Using Google Talk with a non-GMail address]]
 * [[GoogleApps|Using Google Talk with a Google Apps for Domains Address]]
 * [[GtalkGroupchats|Group chats in bitlbee using GTalk accounts]]
 * [[ManagingContactList|Managing contact lists]]


== Not working? ==

Some home routers have a "feature" that screws up the account settings for Google Talk in bitlbee. If you are having issue connecting, and the account's server setting has become unset, check out http://bugs.bitlbee.org/bitlbee/ticket/988 . Or, more briefly, change the following settings:

{{{
server = `talk.google.com'
}}}

== Set the port ==

You may need to set the connection port:

{{{
account gtalk set port 5222
}}}

Bitlbee Gtalk Howto

There's a lot of bad information out on the Internet about how to add a google talk account. It's actually very simple!

15:28 <@you> account add jabber you@gmail.com
15:28 <@root> Account successfully added with tag gtalk
15:28 <@root> You can now use the /OPER command to enter the password
15:28 <@root> Alternatively, enable OAuth if the account supports it: acc gtalk set oauth on
15:29 <@you> acc gtalk set oauth on
15:29 <@root> oauth = `true'
15:29 <@you> acc gtalk on
15:29 <@root> gtalk - Logging in: Starting OAuth authentication

A private message will pop up:

15:29 <jabber_oauth> Open this URL in your browser to authenticate: https://...
15:29 <jabber_oauth> Respond to this message with the returned authorization token.

The URL will open a page saying "BitlBee is requesting permission to:". Click "Allow access" and paste the OAuth code back into the private window. Your account will then come online, and your contacts will appear.

You're done!

If you have a Google+ account, your G+ contacts will also appear with odd names. To fix this, set the nick_format account setting to %full_name, like this:

account gtalk set nick_format %full_name

Enter:

help nick_format

or:

help set nick_format

For more details. (Note that you must acc off and acc on for the new format to take effect; you might even need to disconnect from the bitlbee server, then reconnect.)

See also:

Not working?

Some home routers have a "feature" that screws up the account settings for Google Talk in bitlbee. If you are having issue connecting, and the account's server setting has become unset, check out http://bugs.bitlbee.org/bitlbee/ticket/988 . Or, more briefly, change the following settings:

server = `talk.google.com'

Set the port

You may need to set the connection port:

account gtalk set port 5222

BitlBee Wiki: HowtoGtalk (last edited 2015-11-19 19:42:16 by 63-225-174-66)