Hello

My domain is really "localhost".
I tested using ConnectionConfiguration, it's the same problem.

For cons, I can now log me but only using:
SASLAuthentication.supportSASLMechanism("PLAIN", 0);

Damien


> Date: Fri, 16 Sep 2011 14:43:33 -0400
> From: Daniel Dormont <[email protected]>
> Subject: Re: [jdev] Smack and local OpenFire - unable to login
> To: "Jabber/XMPP software development list" <[email protected]>
> Message-ID:
>        <CAGYOVV2PGQ89Vz-iy5=+3aoeu041ytszh3d_8fssqfr6+yw...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> What is the XMPP domain you've configured in OpenFire? Is it really
> "localhost"? If not, you need to use a ConnectionConfiguration:
>
> ConnectionConfiguration conf = new ConnectionConfiguration("localhost",
> 5222, myXmppDomain);
> Connection connection = new XMPPConnection(conf);
> connection.login("test", "azer");
>
> dan
_______________________________________________
JDev mailing list
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: [email protected]
_______________________________________________

Reply via email to