Method | Description | |
---|---|---|
GetSubjectMessage ( string to, string id, ProtocolTreeNode, child ) : ProtocolTreeNode, | ||
SendActive ( ) : void | ||
SendAddParticipants ( string gjid, IEnumerable |
||
SendAddParticipants ( string gjid, IEnumerable |
||
SendAvailableForChat ( string nickName ) : void | ||
SendClearDirty ( IEnumerable |
||
SendClearDirty ( string category ) : void | ||
SendClientConfig ( string platform, string lg, string lc ) : void | ||
SendClientConfig ( string platform, string lg, string lc, Uri pushUri, bool preview, bool defaultSetting, bool groupsSetting, IEnumerable |
||
SendClose ( ) : void | ||
SendComposing ( string to ) : void | ||
SendCreateGroupChat ( string subject ) : void | ||
SendCreateGroupChat ( string subject, Action |
||
SendDeleteAccount ( Action onSuccess, Action |
||
SendDeleteFromRoster ( string jid ) : void | ||
SendDeliveredReceiptAck ( string to, string id ) : void | ||
SendEndGroupChat ( string gjid ) : void | ||
SendEndGroupChat ( string gjid, Action onSuccess, Action |
||
SendGetClientConfig ( ) : void | ||
SendGetDirty ( ) : void | ||
SendGetGroupInfo ( string gjid ) : void | ||
SendGetGroups ( Action onSuccess, Action |
||
SendGetOwningGroups ( ) : void | ||
SendGetParticipants ( string gjid ) : void | ||
SendGetPhoto ( string jid, bool largeFormat ) : void | ||
SendGetPhoto ( string jid, string expectedPhotoId, bool largeFormat, Action onComplete ) : void | ||
SendGetPhotoIds ( IEnumerable |
||
SendGetPrivacyList ( ) : void | ||
SendGetServerProperties ( ) : void | ||
SendGetStatus ( string jid ) : void | ||
SendInactive ( ) : void | ||
SendLeaveGroup ( string gjid ) : void | ||
SendLeaveGroup ( string gjid, Action onSuccess, Action |
||
SendLeaveGroups ( IEnumerable |
||
SendMessage ( FMessage, message ) : void | ||
SendMessageReceived ( FMessage, message ) : void | ||
SendNop ( ) : void | ||
SendNotificationReceived ( string jid, string id ) : void | ||
SendPaused ( string to ) : void | ||
SendPing ( ) : void | ||
SendPong ( string id ) : void | ||
SendPresenceSubscriptionRequest ( string to ) : void | ||
SendQueryLastOnline ( string jid ) : void | ||
SendRelayCapable ( string platform, bool value ) : void | ||
SendRelayComplete ( string id, int millis ) : void | ||
SendRelayTimeout ( string id ) : void | ||
SendRemoveParticipants ( string gjid, List |
||
SendRemoveParticipants ( string gjid, List |
||
SendSetGroupSubject ( string gjid, string subject ) : void | ||
SendSetGroupSubject ( string gjid, string subject, Action onSuccess, Action |
||
SendSetPhoto ( string jid, byte bytes, byte thumbnailBytes, Action onSuccess, Action |
||
SendSetPrivacyBlockedList ( IEnumerable |
||
SendSetPrivacyBlockedList ( IEnumerable |
||
SendStatusUpdate ( string status, Action onComplete, Action |
||
SendSubjectReceived ( string to, string id ) : void | ||
SendUnsubscribeHim ( string jid ) : void | ||
SendUnsubscribeMe ( string jid ) : void | ||
SendVisibleReceiptAck ( string to, string id ) : void |
Method | Description | |
---|---|---|
GetMessageNode ( FMessage, message, ProtocolTreeNode, pNode ) : ProtocolTreeNode, | ||
ProcessGroupSettings ( IEnumerable |
||
SendGetGroups ( string id, string type ) : void | ||
SendMessageWithBody ( FMessage, message ) : void | ||
SendMessageWithMedia ( FMessage, message ) : void | ||
SendReceiptAck ( string to, string id, string receiptType ) : void | ||
SendVerbParticipants ( string gjid, IEnumerable |
||
WhatsSendHandler ( WhatsNetwork, net, BinTreeNodeWriter, writer ) : System |
public static GetSubjectMessage ( string to, string id, ProtocolTreeNode, child ) : ProtocolTreeNode, | ||
to | string | |
id | string | |
child | ProtocolTreeNode, | |
return | ProtocolTreeNode, |
public SendAddParticipants ( string gjid, IEnumerable |
||
gjid | string | |
participants | IEnumerable |
|
return | void |
public SendAddParticipants ( string gjid, IEnumerable |
||
gjid | string | |
participants | IEnumerable |
|
onSuccess | Action | |
onError | Action |
|
return | void |
public SendAvailableForChat ( string nickName ) : void | ||
nickName | string | |
return | void |
public SendClearDirty ( IEnumerable |
||
categoryNames | IEnumerable |
|
return | void |
public SendClearDirty ( string category ) : void | ||
category | string | |
return | void |
public SendClientConfig ( string platform, string lg, string lc ) : void | ||
platform | string | |
lg | string | |
lc | string | |
return | void |
public SendClientConfig ( string platform, string lg, string lc, Uri pushUri, bool preview, bool defaultSetting, bool groupsSetting, IEnumerable |
||
platform | string | |
lg | string | |
lc | string | |
pushUri | Uri | |
preview | bool | |
defaultSetting | bool | |
groupsSetting | bool | |
groups | IEnumerable |
|
onCompleted | Action | |
onError | Action |
|
return | void |
public SendCreateGroupChat ( string subject ) : void | ||
subject | string | |
return | void |
public SendCreateGroupChat ( string subject, Action |
||
subject | string | |
onSuccess | Action |
|
onError | Action |
|
return | void |
public SendDeleteAccount ( Action onSuccess, Action |
||
onSuccess | Action | |
onError | Action |
|
return | void |
public SendDeleteFromRoster ( string jid ) : void | ||
jid | string | |
return | void |
public SendDeliveredReceiptAck ( string to, string id ) : void | ||
to | string | |
id | string | |
return | void |
public SendEndGroupChat ( string gjid ) : void | ||
gjid | string | |
return | void |
public SendEndGroupChat ( string gjid, Action onSuccess, Action |
||
gjid | string | |
onSuccess | Action | |
onError | Action |
|
return | void |
public SendGetGroupInfo ( string gjid ) : void | ||
gjid | string | |
return | void |
public SendGetGroups ( Action onSuccess, Action |
||
onSuccess | Action | |
onError | Action |
|
return | void |
public SendGetParticipants ( string gjid ) : void | ||
gjid | string | |
return | void |
public SendGetPhoto ( string jid, bool largeFormat ) : void | ||
jid | string | |
largeFormat | bool | |
return | void |
public SendGetPhoto ( string jid, string expectedPhotoId, bool largeFormat, Action onComplete ) : void | ||
jid | string | |
expectedPhotoId | string | |
largeFormat | bool | |
onComplete | Action | |
return | void |
public SendGetPhotoIds ( IEnumerable |
||
jids | IEnumerable |
|
return | void |
public SendLeaveGroup ( string gjid, Action onSuccess, Action |
||
gjid | string | |
onSuccess | Action | |
onError | Action |
|
return | void |
public SendLeaveGroups ( IEnumerable |
||
gjids | IEnumerable |
|
onSuccess | Action | |
onError | Action |
|
return | void |
public SendMessage ( FMessage, message ) : void | ||
message | FMessage, | |
return | void |
public SendMessageReceived ( FMessage, message ) : void | ||
message | FMessage, | |
return | void |
public SendNotificationReceived ( string jid, string id ) : void | ||
jid | string | |
id | string | |
return | void |
public SendPresenceSubscriptionRequest ( string to ) : void | ||
to | string | |
return | void |
public SendQueryLastOnline ( string jid ) : void | ||
jid | string | |
return | void |
public SendRelayCapable ( string platform, bool value ) : void | ||
platform | string | |
value | bool | |
return | void |
public SendRelayComplete ( string id, int millis ) : void | ||
id | string | |
millis | int | |
return | void |
public SendRemoveParticipants ( string gjid, List |
||
gjid | string | |
participants | List |
|
return | void |
public SendRemoveParticipants ( string gjid, List |
||
gjid | string | |
participants | List |
|
onSuccess | Action | |
onError | Action |
|
return | void |
public SendSetGroupSubject ( string gjid, string subject ) : void | ||
gjid | string | |
subject | string | |
return | void |
public SendSetGroupSubject ( string gjid, string subject, Action onSuccess, Action |
||
gjid | string | |
subject | string | |
onSuccess | Action | |
onError | Action |
|
return | void |
public SendSetPhoto ( string jid, byte bytes, byte thumbnailBytes, Action onSuccess, Action |
||
jid | string | |
bytes | byte | |
thumbnailBytes | byte | |
onSuccess | Action | |
onError | Action |
|
return | void |
public SendSetPrivacyBlockedList ( IEnumerable |
||
list | IEnumerable |
|
return | void |
public SendSetPrivacyBlockedList ( IEnumerable |
||
jidSet | IEnumerable |
|
onSuccess | Action | |
onError | Action |
|
return | void |
public SendStatusUpdate ( string status, Action onComplete, Action |
||
status | string | |
onComplete | Action | |
onError | Action |
|
return | void |
public SendSubjectReceived ( string to, string id ) : void | ||
to | string | |
id | string | |
return | void |
public SendUnsubscribeHim ( string jid ) : void | ||
jid | string | |
return | void |
public SendUnsubscribeMe ( string jid ) : void | ||
jid | string | |
return | void |
public SendVisibleReceiptAck ( string to, string id ) : void | ||
to | string | |
id | string | |
return | void |