Ok, I see that there is no good docs on configuring this and there is no archetype for servicemix-xmpp. Basically your xbean.xml will look something like this snippet:
<beans xmlns:xmpp="http://servicemix.apache.org/xmpp/1.0"> <xmpp:endpoints> <xmpp:privateChatEndpoint service="test:service" endpoint="endpoint" uri="xmpp://${host}/test-user@ ${host}"/> <!--<xmpp:groupChatEndpoint service="test:groupChat" endpoint="endpoint2"--> <!--uri="xmpp://${host}" room="conference"/>--> </xmpp:endpoints> </beans> Hopefully this will help get things rolling. Chris On Fri, May 23, 2008 at 9:45 AM, jsexton0 <[EMAIL PROTECTED]> wrote: > > I guess what I really don't see documented is the content of an xbean file > using XMPP. > -- > View this message in context: > http://www.nabble.com/XMPP-tp17412424p17427928.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > -- Chris Custine My Blog :: http://blog.organicelement.com Apache ServiceMix :: http://servicemix.apache.org Apache Directory Server :: http://directory.apache.org
