Go to the documentation of this file. 33 #ifndef _IDENTT_QUERY_SERVICELIST_HPP_ 34 #define _IDENTT_QUERY_SERVICELIST_HPP_ 41 #include "LookupService.hpp" 42 #include "InviteService.hpp" 45 #define IDENTT_SERVICELIST_SCOPE_HTTP \ 46 identt::query::InfoService<HttpServerT>(sharedtable,server,IDENTT_SERVICE_SCOPE_HTTP); \ 47 identt::query::ValidateService<HttpServerT>(sharedtable,server,IDENTT_SERVICE_SCOPE_HTTP); \ 48 identt::query::ThreePidService<HttpServerT>(sharedtable,server,IDENTT_SERVICE_SCOPE_HTTP); \ 49 identt::query::PubKeyService<HttpServerT>(sharedtable,server,IDENTT_SERVICE_SCOPE_HTTP); \ 50 identt::query::LookupService<HttpServerT>(sharedtable,server,IDENTT_SERVICE_SCOPE_HTTP); \ 51 identt::query::InviteService<HttpServerT>(sharedtable,server,IDENTT_SERVICE_SCOPE_HTTP); \ 52 identt::query::MailSmsService<HttpServerT>(sharedtable,server,IDENTT_SERVICE_SCOPE_HTTP); 54 #define IDENTT_SERVICELIST_SCOPE_HTTPS 56 #endif // _IDENTT_QUERY_SERVICELIST_HPP_