]> sjero.net Git - linphone/blobdiff - coreapi/help/java/org/linphone/core/tutorials/TutorialBuddyStatus.java
backward compat fixes
[linphone] / coreapi / help / java / org / linphone / core / tutorials / TutorialBuddyStatus.java
index 58a75e56be2b6a408db286f444313860dcaccddf..1d86d482bd64b0dbd94ce945e1aed204109f44ef 100644 (file)
@@ -20,6 +20,7 @@ package org.linphone.core.tutorials;
 
 import org.linphone.core.LinphoneAddress;
 import org.linphone.core.LinphoneCall;
+import org.linphone.core.LinphoneChatMessage;
 import org.linphone.core.LinphoneChatRoom;
 import org.linphone.core.LinphoneCore;
 import org.linphone.core.LinphoneCore.EcCalibratorStatus;
@@ -231,5 +232,11 @@ public class TutorialBuddyStatus implements LinphoneCoreListener {
                TutorialNotifier.notify(s);
        }
 
+       @Override
+       public void messageReceived(LinphoneCore lc, LinphoneChatRoom cr, LinphoneChatMessage message) {
+               // TODO Auto-generated method stub
+               
+       }
+
 
 }