26 lines
655 B
JSON
26 lines
655 B
JSON
|
|
{
|
||
|
|
"id": "signal",
|
||
|
|
"name": "Signal",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"label": "Signal",
|
||
|
|
"description": "Signal channel plugin via signal-cli JSON-RPC daemon",
|
||
|
|
"author": "ForcePilot",
|
||
|
|
"order": 40,
|
||
|
|
"dependencies": ["aiohttp"],
|
||
|
|
"python_requires": ">=3.12",
|
||
|
|
"capabilities": {
|
||
|
|
"chat_types": ["direct", "group"],
|
||
|
|
"message_types": ["text", "image", "video", "audio", "document"],
|
||
|
|
"reactions": true,
|
||
|
|
"typing_indicator": true,
|
||
|
|
"threads": false,
|
||
|
|
"edit": true,
|
||
|
|
"unsend": true,
|
||
|
|
"reply": true,
|
||
|
|
"media": true,
|
||
|
|
"streaming": true,
|
||
|
|
"streaming_mode": "block_streaming",
|
||
|
|
"block_streaming": true
|
||
|
|
},
|
||
|
|
"enabled": true
|
||
|
|
}
|