All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.anteros.ejabberd.api.requests.GetLast Maven / Gradle / Ivy

The newest version!
package br.com.anteros.ejabberd.api.requests;

public class GetLast extends UserHostRequest {

    public GetLast(String user, String host) {
        super(user, host);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy