mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
jingle_ice_udp: Use an IpAddr for rel-addr too.
This commit is contained in:
parent
ba875cfd2a
commit
5592c11745
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ generate_element!(
|
||||||
protocol: Required<String> = "protocol",
|
protocol: Required<String> = "protocol",
|
||||||
|
|
||||||
/// A related address as defined in ICE-CORE.
|
/// A related address as defined in ICE-CORE.
|
||||||
rel_addr: Option<String> = "rel-addr",
|
rel_addr: Option<IpAddr> = "rel-addr",
|
||||||
|
|
||||||
/// A related port as defined in ICE-CORE.
|
/// A related port as defined in ICE-CORE.
|
||||||
rel_port: Option<u16> = "rel-port",
|
rel_port: Option<u16> = "rel-port",
|
||||||
|
|
Loading…
Reference in a new issue