第 165 章 IRC 组件
可作为 Camel 版本 1.1 提供
irc 组件实现 IRC (Internet Relay Chat)传输。
Maven 用户需要将以下依赖项添加到其 pom.xml 中:
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-irc</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>165.1. URI 格式
irc:nick@host[:port]/#room[?options] irc:nick@host[:port]?channels=#channel1,#channel2,#channel3[?options]
您可以使用以下格式在 URI 中附加查询选项 ?option=value&option=value&…