Differences between revisions 2 and 3
Revision 2 as of 2012-02-23 13:19:04
Size: 885
Editor: 87-194-33-122
Comment:
Revision 3 as of 2012-07-13 10:24:20
Size: 1072
Editor: 87-194-33-122
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
You can optionally append a different name for the channel to be created; it will default to the room name. You can optionally append a different name for the channel to be created; it will default to the room name. [Aside: {{{chat add}}} is shorthand for a bunch of {{{channel}}} commands.]
Line 17: Line 17:
3. Join the channel now associated with the group chat ({{{chat list}}} if you are unsure) 3. If the chatroom is password protected, set the password:
{{{
channel [id] set password [password]
}}}

4
. Join the channel now associated with the group chat ({{{chat list}}} if you are unsure)

Group chats in bitlbee using most Jabber servers

See GtalkGroupchats for Google Talk accounts specifically.

1. First of all, add the account if you haven't already, eg:

account add jabber me@myjabberserver.com [password]

2. Then add the chatroom using the chat add command. Most jabber room names take the form roomname@conference.server.

chat add [account] myroom@conference.myjabberserver.com

You can optionally append a different name for the channel to be created; it will default to the room name. [Aside: chat add is shorthand for a bunch of channel commands.]

3. If the chatroom is password protected, set the password:

channel [id] set password [password]

4. Join the channel now associated with the group chat (chat list if you are unsure)

/join #myroom

Ad hoc chats

If you are running bitlbee 3.0.5 or above, you can create ad-hoc chats with people using the standard approach for all protocols of /join #something and /invite people.

BitlBee Wiki: JabberGroupchats (last edited 2016-07-07 05:02:47 by 124-219-82-41)