package de.thedevstack.conversationsplus.xmpp.ping; /** */ public interface Ping { String NAMESPACE = "urn:xmpp:ping"; String ELEMENT = "ping"; }