第 166 章 IRC 组件
从 Camel 版本 1.1 开始提供
irc 组件实现了 IRC (Internet Relay Chat)传输。
Maven 用户需要将以下依赖项添加到这个组件的 pom.xml
中:
166.1. URI 格式 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
irc:nick@host[:port]/#room[?options] irc:nick@host[:port]?channels=#channel1,#channel2,#channel3[?options]
irc:nick@host[:port]/#room[?options]
irc:nick@host[:port]?channels=#channel1,#channel2,#channel3[?options]
您可以在 URI 中附加查询选项,格式为 ?option=value&option=value&…