27 lines
740 B
JSON
27 lines
740 B
JSON
|
|
{
|
||
|
|
"id": "xmpp",
|
||
|
|
"name": "XMPP / Jabber",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "XMPP (Extensible Messaging and Presence Protocol) channel plugin for ForcePilot. Supports DM and MUC group chat via slixmpp.",
|
||
|
|
"author": "ForcePilot",
|
||
|
|
"order": 85,
|
||
|
|
"enabled": true,
|
||
|
|
"capabilities": {
|
||
|
|
"chat_types": ["direct", "group"],
|
||
|
|
"message_types": ["text"],
|
||
|
|
"reactions": false,
|
||
|
|
"typing_indicator": true,
|
||
|
|
"threads": true,
|
||
|
|
"edit": false,
|
||
|
|
"unsend": false,
|
||
|
|
"reply": true,
|
||
|
|
"media": true,
|
||
|
|
"native_commands": true,
|
||
|
|
"polls": false,
|
||
|
|
"streaming": true,
|
||
|
|
"streaming_mode": "block",
|
||
|
|
"block_streaming": true,
|
||
|
|
"block_streaming_chunk_min_chars": 800,
|
||
|
|
"block_streaming_chunk_max_chars": 2000
|
||
|
|
}
|
||
|
|
}
|