Home | History | Annotate | Download | only in smack

Lines Matching refs:resource

205     public synchronized void login(String username, String password, String resource) throws XMPPException {
220 response = saslAuthentication.authenticate(username, password, resource);
224 .authenticate(username, resource, config.getCallbackHandler());
229 response = new NonSASLAuthentication(this).authenticate(username, password, resource);
240 if (resource != null) {
241 this.user += "/" + resource;
273 config.setLoginInfo(username, password, resource);