Skip to content

Commit fe10123

Browse files
authored
Merge pull request #11802 from nextcloud/feat/noid/update-talk-manual-29
feat(user_manual): update screenshots and feature description (Talk 19)
2 parents 2fa9002 + f1ca91b commit fe10123

14 files changed

+64
-2
lines changed

user_manual/talk/advanced_features.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,32 @@ This section informs participants that the call may be recorded. To give explici
159159
.. image:: images/give-recording-consent.png
160160
.. image:: images/give-recording-consent-checked.png
161161

162+
Federated conversation
163+
----------------------
164+
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.
188+
189+
.. image:: images/federation-conversations-list.png
190+
:width: 450px
962 Bytes
Loading
-10.9 KB
Loading
117 KB
Loading
Loading
Loading
Loading
Loading
Loading
76.2 KB
Loading
34.6 KB
Loading

user_manual/talk/images/new-room.png

16.4 KB
Loading
Loading

user_manual/talk/talk_basics.rst

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ Chats and calls take place in conversations. You can create any number of conver
1414
Creating a chat
1515
---------------
1616

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.
1818

1919
.. image:: images/chat-with-one-user.png
20+
:width: 400px
2021

2122
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``.
2223

@@ -33,7 +34,7 @@ In the second step, you get to add participants and finalize the creation of the
3334
.. image:: images/add-participants.png
3435
:width: 500px
3536

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.
3738

3839
.. image:: images/new-room.png
3940

@@ -94,6 +95,14 @@ You can add emoji using the picker on the left of the text input field.
9495
.. image:: images/emoji-picker.png
9596
:width: 450px
9697

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+
97106
Using Markdown
98107
---------------
99108

@@ -147,6 +156,21 @@ You can enhance your messages with a markdown syntax support. See list for usage
147156
> blockquote
148157
second line of blockquote
149158
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+
150174
Setting reminder on messages
151175
----------------------------
152176

@@ -175,6 +199,15 @@ In the ``...`` menu you can also choose to reply privately. This will open a one
175199

176200
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.
177201

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.
207+
208+
.. image:: images/message-silent.png
209+
:width: 450px
210+
178211
Managing a conversation
179212
-----------------------
180213

0 commit comments

Comments
 (0)