sdk
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
<sourceRoots>
|
<sourceRoots>
|
||||||
<root url="file://$MODULE_DIR$/src/main/java" />
|
<root url="file://$MODULE_DIR$/src/main/java" />
|
||||||
<root url="file://$MODULE_DIR$/src/main/resources" />
|
<root url="file://$MODULE_DIR$/src/main/resources" />
|
||||||
|
<root url="file://$MODULE_DIR$/target/generated-sources/annotations" />
|
||||||
</sourceRoots>
|
</sourceRoots>
|
||||||
</configuration>
|
</configuration>
|
||||||
</facet>
|
</facet>
|
||||||
|
|||||||
@@ -383,10 +383,11 @@ export class ImClient {
|
|||||||
|
|
||||||
console.log(rAck)
|
console.log(rAck)
|
||||||
|
|
||||||
let p2pPack_1107 = imClient.buildMessagePack(MessageCommand.MSG_RECIVE_ACK, rAck);
|
|
||||||
|
let p2pPack_1107 = imClient.buildMessagePack(MessageCommand.MSG_RECIVE_ACK, rAck);// 1107
|
||||||
rAck.conversationType=0
|
rAck.conversationType=0
|
||||||
let p2pPack_1106 = imClient.buildMessagePack(MessageCommand.MSG_READED, rAck);
|
let p2pPack_1106 = imClient.buildMessagePack(MessageCommand.MSG_READED, rAck); // 1106
|
||||||
let p2pPack_1054 = imClient.buildMessagePack(MessageCommand.MSG_READED_RECEIPT, rAck);
|
let p2pPack_1054 = imClient.buildMessagePack(MessageCommand.MSG_READED_RECEIPT, rAck); // 1054
|
||||||
|
|
||||||
|
|
||||||
if (this.conn) {
|
if (this.conn) {
|
||||||
|
|||||||
Reference in New Issue
Block a user