libkazv
pusher.hpp File Reference
#include "basejob.hpp"
Include dependency graph for pusher.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Kazv::Api::GetPushersJob
 Gets the current pushers for the authenticated user. More...
 
struct  Kazv::Api::GetPushersJob::PusherData
 A dictionary of information for the pusher implementation itself. More...
 
struct  Kazv::Api::GetPushersJob::Pusher
 Gets all currently active pushers for the authenticated user. More...
 
class  Kazv::Api::GetPushersJob::JobResponse
 
struct  nlohmann::adl_serializer< GetPushersJob::PusherData >
 
struct  nlohmann::adl_serializer< GetPushersJob::Pusher >
 
class  Kazv::Api::PostPusherJob
 Modify a pusher for this user on the homeserver. More...
 
struct  Kazv::Api::PostPusherJob::PusherData
 A dictionary of information for the pusher implementation itself. More...
 
class  Kazv::Api::PostPusherJob::JobResponse
 
struct  nlohmann::adl_serializer< PostPusherJob::PusherData >
 

Namespaces

 Kazv
 
 Kazv::Api
 
 nlohmann
 

Typedefs

using Kazv::Api::GetPushersResponse = GetPushersJob::JobResponse
 
using Kazv::Api::PostPusherResponse = PostPusherJob::JobResponse