Differences between revisions 4 and 5
Revision 4 as of 2016-07-07 05:02:02
Size: 1124
Editor: 124-219-82-41
Comment:
Revision 5 as of 2016-07-07 05:02:47
Size: 1123
Editor: 124-219-82-41
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
/account on account on

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. Activate your accounts

account on

5. 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)