![]() |
libQuotient
A Qt library for building matrix clients
|
#include <pusher.h>
Public Attributes | |
| QUrl | url {} |
| QString | format {} |
Required if kind is not null. A dictionary of information for the pusher implementation itself. If kind is http, this should contain url which is the URL to use to send notifications to.
| QString Quotient::PostPusherJob::PusherData::format {} |
The format to send notifications in to Push Gateways if the kind is http. The details about what fields the homeserver should send to the push gateway are defined in the Push Gateway Specification. Currently the only format available is 'event_id_only'.
| QUrl Quotient::PostPusherJob::PusherData::url {} |