ForcePilot/backend/package/yuxi/channel/extensions/xmpp/plugin.json

27 lines
740 B
JSON
Raw Normal View History

{
"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
}
}