thank you alot!

Michael Böckling schrieb:
No, I made a similar mistake first, here's my working config, notice that the real address (<from-address>@<host>) is divided into <from-address> and <host>:

<configuration>
       <from-address>username</from-address>
       <from-password>xxxx</from-password>
       <host>jabber.ccc.de</host>
       <port>5222</port>
       <sslConnection>false</sslConnection>
</configuration>

jabber not doesnt show up in interface.
Is my config right? Can't find a description for jabber notifier xml

thank you!

<ciManagement>
  <system>Continuum</system>
  <url>http://development1:8080/continuum/servlet/continuum</url>
  <notifiers>
     <notifier>
       <type>jabber</type>
       <address>[EMAIL PROTECTED]</address>
        <configuration>
<from-address>[EMAIL PROTECTED]</from-address>
           <from-password>passwd</from-password>
           <host>jabber.systemone.at</host>
           <port>5222</port>
           <sslConnection>false</sslConnection>
         </configuration>
     </notifier>
   </notifiers>
 </ciManagement>



Reply via email to