QXmppFileSharingProvider Class

Header: #include <QXmppFileSharingProvider>
Since: QXmpp 1.5
Inherited By:

QXmppEncryptedFileSharingProvider and QXmppHttpFileSharingProvider

Detailed Description

Base class for Stateless File Sharing providers

A provider defines the way that files can be uploaded and downloaded.

To use it, implement all the pure virtual functions, and add a using declaration for the type of source you want to handle.

 using SourceType = QXmppHttpFileSource;

An example is the QXmppHttpFileSharingProvider, which uses HTTP File Upload.