23 #ifndef _TelepathyQt_connection_capabilities_h_HEADER_GUARD_ 
   24 #define _TelepathyQt_connection_capabilities_h_HEADER_GUARD_ 
   26 #ifndef IN_TP_QT_HEADER 
   27 #error IN_TP_QT_HEADER 
   30 #include <TelepathyQt/CapabilitiesBase> 
   31 #include <TelepathyQt/Types> 
   44     bool textChatrooms() 
const;
 
   46     TP_QT_DEPRECATED 
bool conferenceStreamedMediaCalls() 
const;
 
   47     TP_QT_DEPRECATED 
bool conferenceStreamedMediaCallsWithInvitees() 
const;
 
   48     bool conferenceTextChats() 
const;
 
   49     bool conferenceTextChatsWithInvitees() 
const;
 
   50     bool conferenceTextChatrooms() 
const;
 
   51     bool conferenceTextChatroomsWithInvitees() 
const;
 
   53     bool contactSearches() 
const;
 
   54     bool contactSearchesWithSpecificServer() 
const;
 
   55     bool contactSearchesWithLimit() 
const;
 
   57     bool dbusTubes() 
const;
 
   58     bool streamTubes() 
const;
 
   64     friend class TestBackdoors;
 
The CapabilitiesBase class represents the capabilities a Connection or a Contact supports. 
Definition: capabilities-base.h:36
The ProtocolInfo class represents a Telepathy Protocol. 
Definition: protocol-info.h:46
QList< RequestableChannelClass > RequestableChannelClassList
Definition: build/TelepathyQt/_gen/types.h:2621
The Connection class represents a Telepathy connection. 
Definition: connection.h:62
The RequestableChannelClassSpecList class represents a list of RequestableChannelClassSpec. 
Definition: requestable-channel-class-spec.h:101
The ConnectionCapabilities class represents the capabilities of a Connection. 
Definition: connection-capabilities.h:38
The Account class represents a Telepathy account. 
Definition: account.h:68