23 lines
591 B
JSON
23 lines
591 B
JSON
|
|
{
|
||
|
|
"id": "nextcloud-talk",
|
||
|
|
"name": "Nextcloud Talk",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"label": "Nextcloud Talk (Webhook Bot)",
|
||
|
|
"aliases": ["nc-talk", "nc"],
|
||
|
|
"description": "Self-hosted chat via Nextcloud Talk webhook bots.",
|
||
|
|
"author": "ForcePilot",
|
||
|
|
"order": 65,
|
||
|
|
"enabled": false,
|
||
|
|
"dependencies": ["httpx", "aiohttp"],
|
||
|
|
"capabilities": {
|
||
|
|
"chat_types": ["direct", "group"],
|
||
|
|
"message_types": ["text"],
|
||
|
|
"reactions": true,
|
||
|
|
"threads": false,
|
||
|
|
"media": true,
|
||
|
|
"polls": true,
|
||
|
|
"native_commands": false,
|
||
|
|
"block_streaming": true,
|
||
|
|
"streaming_mode": "block"
|
||
|
|
}
|
||
|
|
}
|