You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Federation feature, users can create conversations across different federated Talk instances and use Talk features as if they were on a same server.
165
+
166
+
**Important** Under current development. Basic chat features are available, more to come in the future!
167
+
168
+
Feature is required to be set up by the system administration.
169
+
170
+
Send and accept invites
171
+
^^^^^^^^^^^^^^^^^^^^^^^
172
+
173
+
The moderator of the conversation can send an invite to participant on a different server:
174
+
175
+
.. image:: images/federation-invite-send.png
176
+
177
+
When receiving a notification, user will see a counter of pending invites above the conversations list.
178
+
179
+
.. image:: images/federation-invite-pending.png
180
+
:width:450px
181
+
182
+
Upon clicking it, more information will be provided about inviting party, and user can either accept or decline the invitation.
183
+
184
+
.. image:: images/federation-invite-dialog.png
185
+
:width:450px
186
+
187
+
By accepting the invite, conversation will appear in the list as any other one.
Copy file name to clipboardExpand all lines: user_manual/talk/talk_basics.rst
+35-2Lines changed: 35 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,10 @@ Chats and calls take place in conversations. You can create any number of conver
14
14
Creating a chat
15
15
---------------
16
16
17
-
You can create a direct, one-on-one chat by searching for the name of a user, a group or a circle and clicking it. For a single user, a conversation is immediately created and you can start your chat. For a group or circle you get to pick a name and settings before you create the conversation and add the participants.
17
+
You can create a direct, one-on-one chat by searching for the name of a user, a group or a team and clicking it. For a single user, a conversation is immediately created and you can start your chat. For a group or circle you get to pick a name and settings before you create the conversation and add the participants.
18
18
19
19
.. image:: images/chat-with-one-user.png
20
+
:width:400px
20
21
21
22
If you want to create a custom group conversation, click the button next to the search field and filters button and then on ``Create a new conversation``.
22
23
@@ -33,7 +34,7 @@ In the second step, you get to add participants and finalize the creation of the
33
34
.. image:: images/add-participants.png
34
35
:width:500px
35
36
36
-
You can cancel the creation of a conversation by clicking outside the white menu area at any time.
37
+
After confirmation you will be redirected to the new conversation and can start communicating right away.
37
38
38
39
.. image:: images/new-room.png
39
40
@@ -94,6 +95,14 @@ You can add emoji using the picker on the left of the text input field.
94
95
.. image:: images/emoji-picker.png
95
96
:width:450px
96
97
98
+
Editing messages
99
+
----------------
100
+
101
+
You can edit messages and captions to file shares up to 6 hours after sending.
102
+
103
+
.. image:: images/message-editing.png
104
+
:width:450px
105
+
97
106
Using Markdown
98
107
---------------
99
108
@@ -147,6 +156,21 @@ You can enhance your messages with a markdown syntax support. See list for usage
147
156
> blockquote
148
157
second line of blockquote
149
158
159
+
**Task lists**
160
+
161
+
.. code-block:: none
162
+
163
+
- [ ] task to be done
164
+
- [x] completed task
165
+
166
+
**Tables**
167
+
168
+
.. code-block:: none
169
+
170
+
Column A | Column B
171
+
-- | --
172
+
Data A | Data B
173
+
150
174
Setting reminder on messages
151
175
----------------------------
152
176
@@ -175,6 +199,15 @@ In the ``...`` menu you can also choose to reply privately. This will open a one
175
199
176
200
Here you can also create a direct link to the message or mark it unread so you will scroll back there next time you enter the chat. When it is a file, you can view the file in Files.
177
201
202
+
Silent messages
203
+
---------------
204
+
205
+
If you don't want to disturb anyone in the middle of the night, there is a silent mode for chatting.
206
+
While it is enabled, other participants will not receive notifications from your messages.
0 commit comments