私はジャバーにメッセージを送っています
Message msgMultipleChat = new Message(to);//,Message.Type.chat);
msgMultipleChat.setBody(inputChatText);
msgMultipleChat.setType(Message.Type.groupchat);
msgMultipleChat.setFileType("text");
msgMultipleChat.setFile("");
//msgMultipleChat.setFriendName(userIds);
msgMultipleChat.setFrom(userIds);
msgMultipleChat.setGroupId(mGroupId);
if(BizproConnection.mXMPPConnection.getHost()!=null ) {
BizproConnection.mXMPPConnection.sendPacket(msgMultipleChat);
}
私はそれを受け取ることができませんが、メッセージタイプがチャットの場合、私はそれを受け取ることができますなぜそうなのですか