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