]> sjero.net Git - linphone/blobdiff - java/common/org/linphone/core/LinphoneChatMessage.java
GetPeerAdress added to LinphoneChatMessage
[linphone] / java / common / org / linphone / core / LinphoneChatMessage.java
index 31f8c122ae18e93f892bcd0791cb74493851ebc0..726a8690e9b6da2849c6c81d4dadbc6cdcc95b69 100644 (file)
@@ -60,5 +60,17 @@ public interface LinphoneChatMessage {
        
        void setUserData();
        
+       /**
+        * get text associated to this LinphoneChatMessage
+        * 
+        * @return text sent along with the message
+        */
        String getMessage();
+       
+       /**
+        * get peer address associated to this LinphoneChatMessage
+        *
+        * @return LinphoneAddress peer address
+        */
+       LinphoneAddress getPeerAddress();
 }