
br.com.anteros.ejabberd.api.requests.CheckPassword Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Anteros-Ejabberd-Api Show documentation
Show all versions of Anteros-Ejabberd-Api Show documentation
Anteros Ejabberd API for Java.
The newest version!
package br.com.anteros.ejabberd.api.requests;
public class CheckPassword extends UserHostRequest {
private final String password;
public CheckPassword(String user, String host, String password) {
super(user, host);
this.password = password;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy