36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
|
|
{
|
||
|
|
"id": "bluebubbles",
|
||
|
|
"name": "BlueBubbles (iMessage)",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"description": "BlueBubbles channel plugin for iMessage integration via BlueBubbles Server, supporting direct and group chats with text, image, voice, file, video messages, reactions, effects, and TTS voice synthesis",
|
||
|
|
"author": "ForcePilot",
|
||
|
|
"order": 75,
|
||
|
|
"dependencies": ["httpx"],
|
||
|
|
"capabilities": {
|
||
|
|
"chat_types": ["direct", "group"],
|
||
|
|
"message_types": ["text", "image", "voice", "file", "video"],
|
||
|
|
"interactions": [],
|
||
|
|
"reactions": true,
|
||
|
|
"typing_indicator": true,
|
||
|
|
"threads": false,
|
||
|
|
"edit": true,
|
||
|
|
"unsend": true,
|
||
|
|
"reply": true,
|
||
|
|
"media": true,
|
||
|
|
"native_commands": false,
|
||
|
|
"polls": false,
|
||
|
|
"group_management": true,
|
||
|
|
"streaming": true,
|
||
|
|
"block_streaming": true,
|
||
|
|
"effects": true,
|
||
|
|
"tts": {
|
||
|
|
"voice": {
|
||
|
|
"synthesisTarget": "audio-file",
|
||
|
|
"audioFileFormats": ["mp3", "caf", "audio/mpeg", "audio/x-caf"],
|
||
|
|
"preferAudioFileFormat": "caf"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"enabled": true
|
||
|
|
}
|