ForcePilot/backend/package/yuxi/channel/extensions/xmpp
Kris 5946478772 feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展
新增小红书、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
2026-05-21 12:04:05 +08:00
..
__init__.py feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
accounts.py feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
commands.py feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
config.py feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
dedupe.py feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
errors.py feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
gateway.py feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
monitor.py feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
muc.py feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
outbound.py feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
pairing.py feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
plugin.json feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
plugin.py feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
rate_limiter.py feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
security.py feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
stanza_utils.py feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
status.py feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
streaming.py feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
types.py feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00