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

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

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

import br.com.anteros.ejabberd.api.Request;

public class SrgGetMembers implements Request {

    private final String group;
    private final String host;

    public SrgGetMembers(String host, String group) {
        this.group = group;
        this.host = host;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy