summaryrefslogtreecommitdiffstats
path: root/lib/Controller
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-03-22 12:41:56 +0100
committerJoas Schilling <coding@schilljs.com>2024-03-22 12:41:56 +0100
commit99fb9ee7f5d5922e9e3dfaf62ed526a4923aab24 (patch)
tree224c71f0d77d4dd8926827055845585431267b5c /lib/Controller
parentefafb6e18d9b2601d552c383dd1f0abc6f5e666c (diff)
docs(federation): Add a hint which capabilities should be used in federation cases
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Controller')
-rw-r--r--lib/Controller/RoomController.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Controller/RoomController.php b/lib/Controller/RoomController.php
index c82d09ebb..8882376d2 100644
--- a/lib/Controller/RoomController.php
+++ b/lib/Controller/RoomController.php
@@ -2239,6 +2239,9 @@ class RoomController extends AEnvironmentAwareController {
/**
* Get capabilities for a room
*
+ * See "Capability handling in federated conversations" in https://github.com/nextcloud/spreed/issues/10680
+ * to learn which capabilities should be considered from the local server or from the remote server.
+ *
* @return DataResponse<Http::STATUS_OK, TalkCapabilities|array<empty>, array{X-Nextcloud-Talk-Hash?: string, X-Nextcloud-Talk-Proxy-Hash?: string}>
*
* 200: Get capabilities successfully