1 2 3 4 5 6 7
package de.thedevstack.conversationsplus.xmpp.mam; /** */ public interface Mam { String NAMESPACE = "urn:xmpp:mam:0"; }