Revert "add notifyReceived + refreshRegisters to java api"

This reverts commit cf9332d400.
This commit is contained in:
Jehan Monnier 2012-06-28 13:26:35 +02:00
parent cf9332d400
commit 9f5ad3739e
4 changed files with 2 additions and 19 deletions

View file

@ -180,9 +180,6 @@ public interface LinphoneCore {
this.tcp = t.tcp;
this.tls = t.tls;
}
public String toString() {
return "udp["+udp+"] tcp["+tcp+"] tls["+tls+"]";
}
}
/**
* Media (RTP) encryption enum-like.
@ -779,9 +776,4 @@ public interface LinphoneCore {
* Set missed calls count to zero
*/
public void resetMissedCallsCount();
/**
* re-initiates registration if network is up.
*/
public void refreshRegisters();
}

View file

@ -103,14 +103,5 @@ public interface LinphoneCoreListener {
* @param data
*/
void ecCalibrationStatus(LinphoneCore lc,LinphoneCore.EcCalibratorStatus status, int delay_ms, Object data);
/**
* Report Notified message received for this identity.
* @param lc LinphoneCore
* @param call LinphoneCall in case the notify is part of a dialog, may be null
* @param from LinphoneAddress the message comes from
* @param event String the raw body of the notify event.
*
*/
void notifyReceived(LinphoneCore lc, LinphoneCall call, LinphoneAddress from, byte[] event);
}

@ -1 +1 @@
Subproject commit 75eb1fcf8d6097e51bcb507be339dd397c6b4dd5
Subproject commit 84b9ef050c6abd26446901c2532573f2589a435b

2
oRTP

@ -1 +1 @@
Subproject commit 41d13b7e491c7fc418987b63ff6ef80c7e8895a4
Subproject commit 2590e21d864b43d6ac3a2ece0cf3b4d0e208e866