mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Also added a note indicating to the user the necessity of restarting Linphone for SIP account to take effect Fixes issue: 107, 80
131 lines
3.1 KiB
Text
131 lines
3.1 KiB
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>PreferenceSpecifiers</key>
|
|
<array>
|
|
<dict>
|
|
<key>Title</key>
|
|
<string>SIP account</string>
|
|
<key>Type</key>
|
|
<string>PSGroupSpecifier</string>
|
|
<key>FooterText</key>
|
|
<string>Linphone must be restarted for changes to take effect</string>
|
|
</dict>
|
|
<dict>
|
|
<key>AutocapitalizationType</key>
|
|
<string>None</string>
|
|
<key>AutocorrectionType</key>
|
|
<string>No</string>
|
|
<key>DefaultValue</key>
|
|
<string></string>
|
|
<key>IsSecure</key>
|
|
<false/>
|
|
<key>Key</key>
|
|
<string>username_preference</string>
|
|
<key>KeyboardType</key>
|
|
<string>Alphabet</string>
|
|
<key>Title</key>
|
|
<string>User name</string>
|
|
<key>Type</key>
|
|
<string>PSTextFieldSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>AutocapitalizationType</key>
|
|
<string>None</string>
|
|
<key>AutocorrectionType</key>
|
|
<string>No</string>
|
|
<key>DefaultValue</key>
|
|
<string></string>
|
|
<key>IsSecure</key>
|
|
<true/>
|
|
<key>Key</key>
|
|
<string>password_preference</string>
|
|
<key>KeyboardType</key>
|
|
<string>Alphabet</string>
|
|
<key>Title</key>
|
|
<string>Password</string>
|
|
<key>Type</key>
|
|
<string>PSTextFieldSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>AutocapitalizationType</key>
|
|
<string>None</string>
|
|
<key>AutocorrectionType</key>
|
|
<string>No</string>
|
|
<key>DefaultValue</key>
|
|
<string></string>
|
|
<key>IsSecure</key>
|
|
<false/>
|
|
<key>Key</key>
|
|
<string>domain_preference</string>
|
|
<key>KeyboardType</key>
|
|
<string>URL</string>
|
|
<key>Title</key>
|
|
<string>Domain</string>
|
|
<key>Type</key>
|
|
<string>PSTextFieldSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>AutocapitalizationType</key>
|
|
<string>None</string>
|
|
<key>AutocorrectionType</key>
|
|
<string>No</string>
|
|
<key>DefaultValue</key>
|
|
<string></string>
|
|
<key>IsSecure</key>
|
|
<false/>
|
|
<key>Key</key>
|
|
<string>proxy_preference</string>
|
|
<key>KeyboardType</key>
|
|
<string>URL</string>
|
|
<key>Title</key>
|
|
<string>Proxy</string>
|
|
<key>Type</key>
|
|
<string>PSTextFieldSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>DefaultValue</key>
|
|
<false/>
|
|
<key>Key</key>
|
|
<string>outbound_proxy_preference</string>
|
|
<key>Title</key>
|
|
<string>Outbound proxy</string>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>Title</key>
|
|
<string></string>
|
|
<key>Type</key>
|
|
<string>PSGroupSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>File</key>
|
|
<string>audio</string>
|
|
<key>Title</key>
|
|
<string>Audio Codecs</string>
|
|
<key>Type</key>
|
|
<string>PSChildPaneSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>File</key>
|
|
<string>video</string>
|
|
<key>Title</key>
|
|
<string>Video</string>
|
|
<key>Type</key>
|
|
<string>PSChildPaneSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>File</key>
|
|
<string>Advanced</string>
|
|
<key>Title</key>
|
|
<string>Advanced</string>
|
|
<key>Type</key>
|
|
<string>PSChildPaneSpecifier</string>
|
|
</dict>
|
|
</array>
|
|
<key>StringsTable</key>
|
|
<string>Root</string>
|
|
</dict>
|
|
</plist>
|