libQuotient
A Qt library for building matrix clients
Quotient::PostPusherJob::PusherData Struct Reference

#include <pusher.h>

Public Attributes

QUrl url {}
 
QString format {}
 

Detailed Description

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.

Definition at line 123 of file pusher.h.

Member Data Documentation

◆ format

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'.

Definition at line 134 of file pusher.h.

◆ url

QUrl Quotient::PostPusherJob::PusherData::url {}

Required if kind is http. The URL to use to send notifications to. MUST be an HTTPS URL with a path of /_matrix/push/v1/notify.

Definition at line 127 of file pusher.h.


The documentation for this struct was generated from the following file: