Description
According to documentation https://camel.apache.org/components/latest/irc-component.html there are two options for endpoint urls:
- irc:nick@host[:port]/#room[?options]
- irc:nick@host[:port]?channels=#channel1,#channel2,#channel3[?options]
But both of these urls are not valid according to camel validations (e.g. validation by plugins)
"Invalid integer value 6667/#test" or "option "channels" from doc is not part of the model, hence it is not valid"
Attachments
Issue Links
- links to