Implement DingTalk messaging channel using the official Stream Mode WebSocket protocol with per-message session webhook replies. - Add DingTalkChannel with send/listen/health_check support - Add DingTalkConfig (client_id, client_secret, allowed_users) - Integrate with onboard wizard, integrations registry, and channel list/doctor commands - Include unit tests for user allowlist rules and config serialization |
||
|---|---|---|
| .. | ||
| cli.rs | ||
| dingtalk.rs | ||
| discord.rs | ||
| email_channel.rs | ||
| imessage.rs | ||
| irc.rs | ||
| lark.rs | ||
| matrix.rs | ||
| mod.rs | ||
| slack.rs | ||
| telegram.rs | ||
| traits.rs | ||
| whatsapp.rs | ||