Well, I have jabberd2 working with ldap auth, and postgresql backend... it works fine... I get a copy of jabberd1.4 and configured it to work as a module... but it does not work... here is my configuration.... I have no additional configuration on jabberd2, i don't know if i must tell it about the existence of muc..
------------------------- <jabber> <service id="conference_linker"> <uplink /> <connect> <ip>127.0.0.1</ip> <port>5347</port> <user>jabberd</user> <secret>secret</secret> </connect> </service> <service id='conference.localhost'> <conference xmlns="jabber:config:conference"> <public /> <vCard> <FN>Public Chatrooms</FN> <DESC></DESC> <URL>http://www.interlogical.com</URL> </vCard> <history>20</history> <notice> <join> ha entrado en la sala</join> <leave> ha dejado la sala</leave> <rename> es ahora </rename> </notice> </conference> <load> <conference>/usr/local/lib/mu-conference.so</conference> </load> </service> </jabber> ------------------------- I've modified jabberd launcher and added the necesary line into jabberd.cfg, and when I run the command $ jabberd -D | grep CONF I can see that muc is connecting to jabberd2 and when it sends this: <iq xmlns='jabber:client' type='get' to='conference_linker' from='interlogical.com'><query xmlns='http://jabber.org/protocol/disco#info'/></iq> it gets this error: <iq xmlns='jabber:client' type='error' to='interlogical.com' from='conference_linker'><query xmlns='http://jabber.org/protocol/disco#info'/><error code='502'>Circular Reference Detected</error></iq> I can't figure it out... Hernux ----- Original Message ----- From: "Robert Norris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 05, 2003 7:35 PM Subject: Re: [JDEV] MU-Conference on Jabberd2 What have you tried? What's not working? Rob. _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev