Nextcloud Talk
This is a shipped config-backed outbound surface. Nextcloud talk bot callback serve is not implemented yetAt A Glance
| Field | Value |
|---|---|
| Catalog id | nextcloud-talk |
| Config key | nextcloud_talk |
| Implementation status | config_backed |
| Transport | nextcloud_talk_bot_api |
| Aliases | nextcloud, nextcloudtalk |
| Default send target kind | conversation |
Minimal Config
Smoke Test
Command Surface
| Operation | Command | Usage or status |
|---|---|---|
| room send | nextcloud-talk-send | Usage: loong nextcloud-talk-send [OPTIONS] —target <TARGET> —text <TEXT> |
| talk room service | nextcloud-talk-serve | nextcloud talk bot callback serve is not implemented yet |
Required Fields For Send
| Requirement | Config paths | Env pointer paths | Default env |
|---|---|---|---|
| channel enabled | nextcloud_talk.enablednextcloud_talk.accounts.<account>.enabled | none | none |
| server url | nextcloud_talk.server_urlnextcloud_talk.accounts.<account>.server_url | nextcloud_talk.server_url_envnextcloud_talk.accounts.<account>.server_url_env | NEXTCLOUD_TALK_SERVER_URL |
| bot shared secret | nextcloud_talk.shared_secretnextcloud_talk.accounts.<account>.shared_secret | nextcloud_talk.shared_secret_envnextcloud_talk.accounts.<account>.shared_secret_env | NEXTCLOUD_TALK_SHARED_SECRET |
Gateway And Ownership
This surface is a direct-send delivery lane. It does not joinmulti-channel-serve or the gateway-owned reply-loop contract today.
Related Docs
- Continue to Channel Guides for the full shipped channel matrix.
- Continue to Channels for the conceptual surface model.
- Continue to Channel Setup for the shared public setup contract.