8 #define WEBSERVICECLIENT_CLASS_ID 0x100A20 12 class CURLRequestTask;
59 virtual const char* Invoke(
const char* OperationName,
const char* msg)=0;
67 virtual void InvokeAsync(
const char* OperationName,
const char* msg,
const char* sCallBackCode)=0;
70 virtual const char* GetURL()=0;
76 virtual void Abort()=0;
82 Jabber_OnPresence = 0,
85 Jabber_OnRegisterInfo,
89 Jabber_OnLoginRequired,
92 Jabber_OnAuthenticate,
99 Jabber_OnSubscription,
100 Jabber_OnUnsubscription,
118 virtual void SetUser(
const char* User) = 0;
121 virtual const char* GetUser() = 0;
124 virtual void SetPriority(
int nPriority) = 0;
127 virtual int GetPriority() = 0;
132 virtual void SetPassword(
const char* Password) = 0;
137 virtual const char* GetPassword() = 0;
140 virtual void SetAutoLogin(
bool AutoLogin) = 0;
143 virtual bool GetAutoLogin() = 0;
146 virtual void SetAutoRoster(
bool AutoRoster) = 0;
149 virtual bool GetAutoRoster() = 0;
152 virtual void SetAutoIQErrors(
bool AutoIQErrors) = 0;
155 virtual bool GetAutoIQErrors() = 0;
158 virtual void SetAutoPresence(
bool AutoPresence) = 0;
161 virtual bool GetAutoPresence() = 0;
165 virtual void SetResource(
const char*
Resource) = 0;
168 virtual const char* GetResource() = 0;
171 virtual void SetIsAuthenticated(
bool IsAuthenticated) = 0;
174 virtual bool GetIsAuthenticated() = 0;
177 virtual void SetServer(
const char* Server) = 0;
180 virtual const char* GetServer() = 0;
int uncompressedBytesReceived
Total number of bytes received over the wire after decompression was applied.
Definition: IParaWebService.h:31
int s10nStanzasSent
The total number of Subscription Stanzas sent.
Definition: IParaWebService.h:39
int messageStanzasReceived
The total number of Message Stanzas received.
Definition: IParaWebService.h:38
NPL interface of a XML Web service client proxy.
Definition: IParaWebService.h:50
int iqStanzasReceived
The total number of IQ Stanzas received.
Definition: IParaWebService.h:36
different physics engine has different winding order.
Definition: EventBinding.h:32
Definition: ResourceEmbedded.h:17
bool compression
Whether or not the stream (to the server) gets compressed.
Definition: IParaWebService.h:44
int totalStanzasReceived
The total number of Stanzas received.
Definition: IParaWebService.h:34
int uncompressedBytesSent
Total number of bytes sent over the wire before compression was applied.
Definition: IParaWebService.h:29
bool encryption
Whether or not the connection (to the server) is encrypted.
Definition: IParaWebService.h:43
int iqStanzasSent
The total number of IQ Stanzas sent.
Definition: IParaWebService.h:35
NPL interface of a Jabber-XMPP client proxy.
Definition: IParaWebService.h:108
int s10nStanzasReceived
The total number of Subscription Stanzas received.
Definition: IParaWebService.h:40
JABBERLISTENER_TYPE
JABBERLISTENER_TYPE.
Definition: IParaWebService.h:80
int compressedBytesReceived
Total number of bytes received over the wire before decompression was applied.
Definition: IParaWebService.h:27
int totalStanzasSent
The total number of Stanzas sent.
Definition: IParaWebService.h:33
long int totalBytesReceived
The total number of bytes received over the wire.
Definition: IParaWebService.h:22
int messageStanzasSent
The total number of Message Stanzas sent.
Definition: IParaWebService.h:37
A structure describing the current jabber connection statistics.
Definition: IParaWebService.h:17
int presenceStanzasReceived
The total number of Presence Stanzas received.
Definition: IParaWebService.h:42
long int totalBytesSent
The total number of bytes sent over the wire.
Definition: IParaWebService.h:19
int compressedBytesSent
Total number of bytes sent over the wire after compression was applied.
Definition: IParaWebService.h:25
int presenceStanzasSent
The total number of Presence Stanzas sent.
Definition: IParaWebService.h:41