mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 11:38:08 +00:00
7 lines
389 B
XML
7 lines
389 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<config xmlns="http://www.linphone.org/xsds/lpconfig.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.linphone.org/xsds/lpconfig.xsd lpconfig.xsd">
|
|
<section name="test">
|
|
<entry name="zero_len" overwrite="true"></entry>
|
|
<entry name="non_zero_len" overwrite="true">test</entry>
|
|
</section>
|
|
</config>
|