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

30 lines
867 B
JSON
Raw Normal View History

{
"id": "matrix",
"name": "Matrix",
"version": "0.1.0",
"label": "Matrix (联邦协议)",
"aliases": ["element", "synapse"],
"description": "Matrix 联邦协议渠道插件 - 基于 matrix-nio 的 Matrix 客户端",
"author": "ForcePilot Team",
"order": 70,
"dependencies": ["matrix-nio", "python-olm", "peewee"],
"enabled": true,
"python_requires": ">=3.12",
"capabilities": {
"chat_types": ["direct", "group", "thread"],
"message_types": ["text", "image", "file", "audio", "video", "location", "voice", "sticker"],
"reactions": true,
"edit": true,
"unsend": true,
"reply": true,
"media": true,
"polls": true,
"threads": true,
"native_commands": true,
"streaming": true,
"streaming_mode": "partial",
"block_streaming": false,
"group_management": true,
"typing_indicator": true
}
}