Implementing Message Sending for Android Instant Messaging App YQ
On the server side, message forwarding functionality is already implemented from prior work. The server only needs to route incoming messages to the inetnded recipient specified in the message envelope: if (message.getType().equals(MessageType.COMMON_MESSAGE)) { // Get the active connection thread f...