Niklas Gustavsson wrote: > On Fri, Aug 28, 2009 at 10:03 AM, <[email protected]> wrote: >> + <!-- Domain --> >> + <bean id="domain" class="org.apache.vysper.xmpp.addressing.EntityImpl" > >> + <constructor-arg value=""/> >> + <constructor-arg value="vysper.org"/> >> + <constructor-arg value=""/> >> + </bean> > [snip] > >> <bean id="server" >> class="org.apache.vysper.spring.SpringCompatibleDefaultServerRuntimeContext" >> > >> - <constructor-arg > >> - <bean class="org.apache.vysper.xmpp.addressing.EntityImpl" > >> - <constructor-arg value=""/> >> - <constructor-arg value="vysper.org"/> >> - <constructor-arg value=""/> >> - </bean> >> - </constructor-arg> >> + <constructor-arg ref="domain" /> > > As discussed on the JIRA issue, I don't think MUC should be running on > the same domain as the server. Instead, it should run on a subdomain.
+1, I don't think it does (or will once I've sorted this all out). Bernd
