aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/xmpp/time/EntityTime.java
blob: 7382f37a452070cafb1c9706afa2d83f6f2e2b0b (plain)
1
2
3
4
5
6
7
8
package de.thedevstack.conversationsplus.xmpp.time;

/**
 */
public interface EntityTime {
    String NAMESPACE = "urn:xmpp:time";
    String ELEMENT = "time";
}