新增小红书、XMPP、元宝、Zalo 四个渠道扩展。 小红书渠道扩展主要模块:config, gateway, webhook, outbound, streaming, pairing, security, dedupe, media, status, window XMPP 渠道扩展主要模块:plugin, config, gateway, outbound, streaming, pairing, security, dedupe, accounts, commands, muc, rate_limiter, stanza_utils, status, monitor 元宝渠道扩展主要模块:plugin, client, config_schema, gateway, outbound(chunk/queue/transport), inbound(dispatcher), streaming, pairing, security, accounts, actions, commands, codec(biz/conn), session, shared, utils Zalo 渠道扩展主要模块:api, config, gateway, webhook, outbound, pairing, security, session, polling, monitor, status
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
|
|
}
|
|
} |