Реализация пакетов связанных с группами (17-22)
This commit is contained in:
@@ -29,7 +29,13 @@ import com.rosetta.im.packet.Packet10RequestUpdate;
|
||||
import com.rosetta.im.packet.Packet11Typeing;
|
||||
import com.rosetta.im.packet.Packet15RequestTransport;
|
||||
import com.rosetta.im.packet.Packet16PushNotification;
|
||||
import com.rosetta.im.packet.Packet17CreateGroup;
|
||||
import com.rosetta.im.packet.Packet18GroupInfo;
|
||||
import com.rosetta.im.packet.Packet19GroupInviteInfo;
|
||||
import com.rosetta.im.packet.Packet1UserInfo;
|
||||
import com.rosetta.im.packet.Packet20GroupJoin;
|
||||
import com.rosetta.im.packet.Packet21GroupLeave;
|
||||
import com.rosetta.im.packet.Packet22GroupBan;
|
||||
import com.rosetta.im.packet.Packet23DeviceList;
|
||||
import com.rosetta.im.packet.Packet24DeviceResolve;
|
||||
import com.rosetta.im.packet.Packet2Result;
|
||||
@@ -167,9 +173,14 @@ public class Boot {
|
||||
//RESERVED 14 PACKET APP UPDATE (unused)
|
||||
this.packetManager.registerPacket(15, Packet15RequestTransport.class);
|
||||
this.packetManager.registerPacket(16, Packet16PushNotification.class);
|
||||
this.packetManager.registerPacket(17, Packet17CreateGroup.class);
|
||||
this.packetManager.registerPacket(18, Packet18GroupInfo.class);
|
||||
this.packetManager.registerPacket(19, Packet19GroupInviteInfo.class);
|
||||
this.packetManager.registerPacket(20, Packet20GroupJoin.class);
|
||||
this.packetManager.registerPacket(21, Packet21GroupLeave.class);
|
||||
this.packetManager.registerPacket(22, Packet22GroupBan.class);
|
||||
this.packetManager.registerPacket(23, Packet23DeviceList.class);
|
||||
this.packetManager.registerPacket(24, Packet24DeviceResolve.class);
|
||||
|
||||
}
|
||||
|
||||
private void registerAllExecutors() {
|
||||
|
||||
Reference in New Issue
Block a user