Re: XMPP authentication

2011-07-11 Thread John Fletcher
Unfortunately the information in the doco page about security in insufficient to get security going in 5.5.0, at least with simpleAuthenticationPlugin. So what does one need to do? I don't know, but I can confirm that following the steps in the doco doesn't work and that the enable anonymous access

Re: XMPP authentication

2011-07-07 Thread James Green
Yes, it is smack we were initially using. The connection itself appears to come up. The authentication however does fail and merely following the "basic auth plugin" documentation on the AMQ site did not work at all for us, other than to disable all our anonymous stomp clients despite anonymous ac

Re: XMPP authentication

2011-07-07 Thread Stan Lewis
Currently the XMPP transport works best with the Smack library as a client, that's certainly the most tested: https://svn.apache.org/repos/asf/activemq/trunk/activemq-xmpp/src/test/java/org/apache/activemq/transport/xmpp/XmppTest.java With other clients your mileage may vary, it's likely in your

XMPP authentication

2011-07-07 Thread James Green
Trying to get XMPP to work. Can connect but am told "Invalid username or password". I don't currently have any authentication set up except the system / manager set that AMQ ships with for JMX purposes. Stomp connections require no username/password. Right now all we want to do is see it "working