Search:

Type: Posts; User: richie1985

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    4,153

    Re: xmpp single sign on sso

    XMPPConnection connection;
    SASLAuthentication auth;
    public void login(String userName, String password) throws XMPPException
    {
    ConnectionConfiguration config = new...
  2. Replies
    2
    Views
    4,153

    xmpp single sign on sso

    Hello,

    i want to build a very simple xmpp message listener. i start with this:
    ...
Results 1 to 2 of 2