]> git.0d.be Git - empathy.git/blob - help/C/group-conversations.page
[help] Changing "Salut" to "People Nearby"
[empathy.git] / help / C / group-conversations.page
1 <page xmlns="http://projectmallard.org/1.0/"
2   type="topic"
3   id="group-conversations">
4
5   <info>
6     <link type="guide" xref="index#text-conv"/>
7     <desc>
8       Start or join a group conversation with your contacts.
9     </desc>
10     <revision pkgversion="2.28" version="0.1" date="2009-08-02" status="stub"/>
11     <revision pkgversion="2.28" version="0.2" date="2009-08-17" status="draft"/>
12     <revision pkgversion="2.28" version="0.2" date="2009-08-17" status="review"/>
13     <credit type="author">
14       <name>Milo Casagrande</name>
15       <email>milo@ubuntu.com</email>
16     </credit>
17     <copyright>
18       <year>2009</year>
19       <name>GNOME Documentation Project</name>
20     </copyright>
21     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
22   </info>
23
24   <title>Group conversations</title>
25   
26   <p>
27     Group conversations permits you to have text conversations with more than one
28     contact at the same time.
29   </p>
30   <p>
31     To have a group conversation you need to have a registered account with either
32     Jabber or Google Talk, or a People Nearby account.
33   </p>
34
35   <note>
36     <p>
37       You can have a group conversation only with the contacts that are using the
38       same service as yours.
39     </p>
40   </note>
41
42   <section id="start-group-conv">
43
44   <title>Start a group conversation</title>
45
46   <steps>
47     <item>
48       <p>
49         From the <gui>Contact List</gui> window, choose <guiseq><gui>Room</gui><gui>Join</gui></guiseq>.
50       </p>
51     </item>
52     <item>
53       <p>
54         From the <gui>Account</gui> drop-down list, select the account you want to use
55         for the group conversation.
56       </p>
57     </item>
58     <item>
59       <p>
60         In the <gui>Server</gui> text box, type the name of server in which the conversation
61         will be hosted.
62       </p>
63       <p>
64         Leave it empty if it will be on the current server.
65       </p>
66     </item>
67     <item>
68       <p>
69         In the <gui>Room</gui> text box, type the name you want to give to the conversation.
70       </p>
71       <note>
72         <p>
73           This will be the name of the room you are going to have a conversation. This
74           name will be publicly available for other people to join. It is not possible
75           to create a private room.
76         </p>
77       </note>
78     </item>
79     <item>
80       <p>
81         To invite other contacts to join the group conversation, from the
82         <gui>Contact List</gui> window, select the contact you want to invite, 
83         and perform one of the following:
84       </p>
85       <list>
86         <item>
87           <p>
88             Right-click on the contact and choose <gui>Invite to chatroom</gui>.
89           </p>
90         </item>
91         <item>
92           <p>
93             Choose <guiseq><gui>Edit</gui><gui>Contact</gui><gui>Invite to chatroom</gui></guiseq>.
94           </p>
95         </item>
96       </list> 
97       <p>
98         If you have more than one group conversation open, select the one you want to invite
99         your contacts.
100       </p>
101     </item>
102   </steps>
103   
104   </section>
105
106   <section id="join-group-conv">
107
108   <title>Join a group conversation</title>
109
110   <steps>
111     <item>
112       <p>
113         From the <gui>Contact List</gui> window, choose
114         <guiseq><gui>Room</gui><gui>Join</gui></guiseq>.
115       </p>
116     </item>
117     <item>
118       <p>
119         Expand the <gui>Room List</gui> section to see all the existing rooms.
120       </p>
121     </item>
122     <item>
123       <p>
124         Double-click on the name of a room to join it.
125       </p>
126     </item>
127   </steps>
128
129   <p>
130     It is not possible to join all existing rooms. Some of the rooms might require a
131     password, or might be invitation only. <app>Empathy</app> does not support these
132     kind of rooms.
133   </p>
134
135   <!-- TODO: find out where the password protected or invitation only icons are
136   and create a table. -->
137
138   </section>
139
140 </page>