1 个仓库
Executing custom scripts to intercept and modify the content of messages flowing through a system.
Distinct from Message Interception: Distinct from Message Interception: focuses on the active programmatic modification via scripting rather than passive monitoring or capture.
Explore 1 awesome GitHub repository matching networking & communication · Programmatic. Refine with filters or upvote what's useful.
Matterbridge 是一个多协议聊天桥接器和消息网关,可实时同步不同通信平台之间的消息、媒体和用户身份。它作为一个协议无关的消息总线,将各种聊天协议转换为通用的内部格式,以实现不同服务之间的无缝通信。 该系统的独特之处在于多平台媒体代理,它下载并重新上传文件和附件,以确保跨协议的可访问性。它还利用 Webhook 身份代理在各平台间复制原始发送者的用户名和头像,通过可自定义的映射和格式化保持身份清晰度。 该网关通过聊天流量中间件提供广泛的流量管理,允许使用正则表达式和可脚本化逻辑进行消息转换、过滤和路由。它支持复杂的消息生命周期管理,包括编辑、删除和线程化对话的同步,同时为第三方服务提供程序化协议集成。 该桥接器可以作为后台服务或在容器内部署,并支持环境变量配置和安全管理 API。
Executes custom scripts on incoming and outgoing messages to programmatically modify text and sender identity.