we use a slightly different configuration which works too : <notifier> <type>jabber</type> <configuration> <host>talk.google.com</host> <port>5222</port> <login>gmail-username</login> <password>gmail-password</password> <domainName>gmail.com</domainName> <address>[EMAIL PROTECTED]</address> <sslConnection>false</sslConnection> <isGroup>false</isGroup> </configuration> </notifier> It is based on the entry in the faq, but I don't know if everything is used, nor if all tags are correct (tag names come from the view source of the 'add notifier form' )...but I can confirm this is working
-- Matthew Vanbiervliet Accelior Consulting http://www.accelior.com On 2/16/06, Roland Kofler <[EMAIL PROTECTED]> wrote: > > 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> > > > > > >
