aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/xmpp/iqversion/IqVersion.java
blob: e90ccb5a9be0a1f496953396ed83ae5a64f9338e (plain)
1
2
3
4
5
6
7
8
9
package de.thedevstack.conversationsplus.xmpp.iqversion;

/**
 *
 */
public interface IqVersion {
    String NAMESPACE = "jabber:iq:version";
    String ELEMENT = "query";
}