ForcePilot/backend/package/yuxi/channel/extensions/zoomchat
Kris d5e36d33b7 feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展
新增 Zalo OA、Zoom Chat、Zulip 三个渠道扩展。

Zalo OA 渠道扩展主要模块:sidecar_client, config, gateway, outbound, streaming, pairing, security, auth, dedupe, directory, monitor, status, session, reactions, tools

Zoom Chat 渠道扩展主要模块:config, gateway, webhook, outbound, streaming, pairing, security, crypto, dedupe, actions, media, mentions, monitor, status, session, reactions, threading

Zulip 渠道扩展主要模块:client, config, gateway, outbound, streaming, pairing, security, monitor, status
2026-05-21 12:06:26 +08:00
..
__init__.py feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
actions.py feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
config.py feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
crypto.py feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
dedupe.py feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
errors.py feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
format.py feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
gateway.py feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
media.py feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
mentions.py feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
monitor.py feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
outbound.py feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
pairing.py feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
plugin.json feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
reactions.py feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
security.py feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
session.py feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
status.py feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
streaming.py feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
threading.py feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
types.py feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
webhook.py feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00