Search:

Type: Posts; User: richie1985

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    4,120

    Re: xmpp single sign on sso

    XMPPConnection connection;
    SASLAuthentication auth;
    public void login(String userName, String password) throws XMPPException
    {
    ConnectionConfiguration config = new...
  2. Re: How to Write a simple XMPP (Jabber) client using the Smack API

    Yes i do it:

    http://www.javaprogrammingforums.com/java-networking/8519-xmpp-single-sign-sso.html
  3. Replies
    2
    Views
    4,120

    xmpp single sign on sso

    Hello,

    i want to build a very simple xmpp message listener. i start with this:
    ...
  4. Re: How to Write a simple XMPP (Jabber) client using the Smack API

    Hello,

    how can i use single sign on to authenticate the client?


    thanks!
Results 1 to 4 of 4