프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_usePoolMessages | bool |
메소드 | 설명 | |
---|---|---|
Login ( byte nextChallenge = null ) : void | ||
PollMessages ( bool autoReceipt = true ) : void | ||
SendAvailableForChat ( string nickName = null, bool isHidden = false ) : void | ||
handleMessage ( |
||
pollMessage ( bool autoReceipt = true ) : bool |
메소드 | 설명 | |
---|---|---|
SendClearDirty ( IEnumerable |
||
SendClearDirty ( string category ) : void | ||
SendDeliveredReceiptAck ( string to, string id ) : void | ||
SendMessageReceived ( |
||
SendNotificationReceived ( string jid, string id ) : void | ||
SendPong ( string id ) : void | ||
addAuth ( ) : |
||
addAuthResponse ( ) : |
||
addFeatures ( ) : |
||
getAuthBlob ( ) : byte[] | ||
handleIq ( |
||
handleNotification ( |
||
processChallenge ( |
||
processInboundData ( byte msgdata, bool autoReceipt = true ) : bool | ||
sendMessageReceived ( |
메소드 | 설명 | |
---|---|---|
SendNotificationAck ( |
||
SendReceiptAck ( string to, string id, string receiptType ) : void |
public PollMessages ( bool autoReceipt = true ) : void | ||
autoReceipt | bool | |
리턴 | void |
public SendAvailableForChat ( string nickName = null, bool isHidden = false ) : void | ||
nickName | string | |
isHidden | bool | |
리턴 | void |
protected SendClearDirty ( IEnumerable |
||
categoryNames | IEnumerable |
|
리턴 | void |
protected SendClearDirty ( string category ) : void | ||
category | string | |
리턴 | void |
protected SendDeliveredReceiptAck ( string to, string id ) : void | ||
to | string | |
id | string | |
리턴 | void |
protected SendMessageReceived ( |
||
message | ||
type | string | |
리턴 | void |
protected SendNotificationReceived ( string jid, string id ) : void | ||
jid | string | |
id | string | |
리턴 | void |
protected addAuthResponse ( ) : |
||
리턴 |
protected addFeatures ( ) : |
||
리턴 |
protected handleIq ( |
||
node | ||
리턴 | void |
public handleMessage ( |
||
node | ||
autoReceipt | bool | |
리턴 | void |
protected handleNotification ( |
||
node | ||
리턴 | void |
protected processChallenge ( |
||
node | ||
리턴 | void |
protected processInboundData ( byte msgdata, bool autoReceipt = true ) : bool | ||
msgdata | byte | |
autoReceipt | bool | |
리턴 | bool |
protected sendMessageReceived ( |
||
msg | ||
type | string | |
리턴 | void |