Mercury-IM/entity/src/main/java/org/mercury_im/messenger/core/entity/MessageMetadata.java

9 lines
263 B
Java

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 {
}