Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2010-06-25 08:13:30
Size: 1376
Editor: AmberJain
Comment: created new article
Revision 6 as of 2014-08-08 07:57:14
Size: 1712
Editor: dx
Comment: mark as outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Group chats using bitlbee using gtalk account = ## page was renamed from gtalk-group-chat
{{{#!wiki warning
'''Outdated information'''

Groupchats in google talk are now done through hangouts, which is not XMPP/jabber.

The instructions in this page are (probably) no longer useful.

There is currently no way to access hangouts groupchats.
}}}

== Group chats in bitlbee using gtalk account ==
Line 5: Line 16:
 * [[http://www.uuidgenerator.com/|Online UUID/GUID Generator]].  * [[http://www.uuidgenerator.net/|Online UUID/GUID Generator]].
Line 8: Line 19:
{{{
Line 9: Line 21:
}}}
Line 15: Line 28:
{{{
Line 16: Line 30:
}}}
Line 20: Line 34:
{{{
Line 21: Line 36:
}}}

Outdated information

Groupchats in google talk are now done through hangouts, which is not XMPP/jabber.

The instructions in this page are (probably) no longer useful.

There is currently no way to access hangouts groupchats.

Group chats in bitlbee using gtalk account

1. First of all you need to generate a uuid. There are atleast two ways to generate a uuid:

  • Using 'uuidgen' (or 'dbus-uuidgen' or something similar). This program is available in 'e2fsprogs' package in all major linux/unix/BSD distributions.
  • Online UUID/GUID Generator.

2. Now that you have generated a UUID, you need to tell bitlbee to add a chatroom for you. The syntax is:

chat add <account-id> <room> [<channel>]

<account-id> is the numeric ID listed by 'account list' command to bitlbee control channel. <room> is the chatroom which has the format: private-chat-{uuid}@groupchat.google.com (Replace the uuid by the uuid that you generated). [<channel>] is the name of channel used to identify the chatroom inside bitlbee. This should be unique for every new chatroom being created.

Here's a sample command to add a chat room:

chat add 1 private-chat-d0f2a60e-6200-4f2c-9fb6-0bc4793cb793@groupchat.google.com gtalk

3. You can now use 'chat list' to see a list of all the chatrooms known by BitlBee.

4. Now, to join the chatroom, type this in bitlbee control channel:

/join &gtalk

5. To invite other users to this chatroom, give them the uuid that you generated and tell them to repeat step 2 and 4 in this article.

That's it! Happy group chatting :D

BitlBee Wiki: GtalkGroupchats (last edited 2016-09-18 19:26:07 by dx)