Configure Jabber notifier

Jabber server

Specify Jabber server which QuickBuild connects to and send messages. For example: jabber.org

[Note]Note

Connecting using proxy is not yet supported.

Jabber server port

Specify Jabber server port.

Enabled SSL?

Whether or not to enable SSL when talk to Jaber server.

Jabber account for sender

A Jabber account is needed to send out build notifications. For example: sender. Please be noted that domain suffix should not be specified here.

Jabber password for sender

Specify password for the above sender account.

Message template

Specify Velocity template for title of the notification mail. Two variables are pre-defined: build means current build object, and system means current system object. Click here for detail information on using the velocity template in QuickBuild.

Additional resource loader path

QuickBuild uses templates sub directory under its installation directory as the default resource loader path when evaluates Velocity template of this notifier. However you can specify additional resource loader paths here by inputing one path per line. If paths specified here is not absolute, they will be considered to be relative to current build's artifacts directory. Also OGNL expressions can be inserted in these paths as long as they are encapsulated in ${...}.