Chris Custine (Apache) wrote: > > 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 > > Maybe this is completely off base, but I tried combining that with the tutorial like this: <beans xmlns:file="http://servicemix.apache.org/file/1.0" xmlns:tut="urn:servicemix:tutorial" xmlns:xmpp="http://servicemix.apache.org/xmpp/1.0"> <file:sender service="tut:file" endpoint="sender" directory="file:/home/gert/sender" /> <xmpp:groupChatEndpoint service="tut:file" endpoint="sender" uri="xmpp://[EMAIL PROTECTED]" password="mypassword" room="[EMAIL PROTECTED]"/> </beans> mvn jbi:projectDeploy fails. The console shows class not found DefaultBootstrap. If I go find the zip file in the maven repository and copy it to the hotdeploy directory, it appears to activate without complaint, but it does not attempt to make an XMPP connection. Thanks for the help. Unfortunately I feel like there's a lot of guesswork on my part in attempting this this way. -- View this message in context: http://www.nabble.com/XMPP-tp17412424p17430136.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
