mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Restore groupchat and lime specs
This commit is contained in:
parent
20f7d54c01
commit
0730e9b738
1 changed files with 0 additions and 11 deletions
|
|
@ -135,17 +135,6 @@ final class CoreContext: ObservableObject {
|
|||
account.params = newParams
|
||||
}
|
||||
|
||||
// Remove specs for 6.0 first version
|
||||
Log.info("Removing spec 'conference' from core for this version")
|
||||
self.mCore.removeLinphoneSpec(spec: "conference")
|
||||
Log.info("Removing spec 'ephemeral' from core for this version")
|
||||
self.mCore.removeLinphoneSpec(spec: "ephemeral")
|
||||
/*
|
||||
Log.info("Removing spec 'groupchat' from core for this version")
|
||||
self.mCore.removeLinphoneSpec(spec: "groupchat")
|
||||
Log.info("Removing spec 'lime' from core for this version")
|
||||
self.mCore.removeLinphoneSpec(spec: "lime")
|
||||
*/
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue