package de.thedevstack.conversationsplus.xmpp.filetransfer.http; /** * */ public interface FileTransferHttp { String NAMESPACE = "urn:xmpp:filetransfer:http"; String DEFAULT_MIME_TYPE = "application/octet-stream"; }