Updated linphone with new chat message callback + added callback

This commit is contained in:
Sylvain Berfini 2017-10-30 11:53:46 +01:00
parent 78811ad68f
commit b25bb9a530
2 changed files with 6 additions and 1 deletions

View file

@ -636,6 +636,11 @@ public class GroupChatFragment extends Fragment implements ChatRoomListener, Con
}
}
@Override
public void onChatMessageReceived(ChatRoom cr, EventLog event_log) {
ChatMessage msg = event_log.getChatMessage();
}
@Override
public void onIsComposingReceived(ChatRoom cr, Address remoteAddr, boolean isComposing) {
if (cr.canHandleParticipants()) {

@ -1 +1 @@
Subproject commit f276a82f4625c25cb8243fcbf77cd86defa741e5
Subproject commit f702e9a8fe0d487ef7cd529287d010ae55512a06