diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-08-14 15:36:44 +0200 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2018-09-12 17:14:36 +0000 |
commit | 6e84f3d45934e4f1e334c4bfd0d9a43d88889039 (patch) | |
tree | 31acc1e5dec441b3cda6fd35a4739bf5a942dff6 /introspection | |
parent | 47ed19d5be68f139d4fbb00c997cd2805488ace7 (diff) |
iface-modem-location: validate SUPL server address
Devices will expect SUPL server given as either IP:PORT or FQDN:PORT,
so just avoid saying we require a 'URL' because it's not true.
We will use a new helper method to parse and validate user-provided
SUPL server address.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Location.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Location.xml b/introspection/org.freedesktop.ModemManager1.Modem.Location.xml index 7c490c6a..e36f8e0f 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Location.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Location.xml @@ -71,7 +71,7 @@ <!-- SetSuplServer: - @supl: SUPL server configuration, given either as IP:PORT or with a full URL. + @supl: SUPL server configuration, given either as IP:PORT or as FQDN:PORT. Configure the SUPL server for A-GPS. --> @@ -334,7 +334,7 @@ <!-- SuplServer: - SUPL server configuration for A-GPS, given either as IP:PORT or with a full URL. + SUPL server configuration for A-GPS, given either as IP:PORT or FQDN:PORT. --> <property name="SuplServer" type="s" access="read" /> |