package org.mercury_im.messenger.core.entity; /** * Interface to allow additional, protocol specific metadata to be attached to the message. * In case of XMPP this might be origin/stanza id, encryption information etc. */ public interface MessageMetadata { }