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

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

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

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

public class SrgDelete implements Request {

    private final String host;
    private final String group;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy