Function

Purplenetwork_set_stun_server

since: 2.6

Declaration [src]

void
purple_network_set_stun_server (
  const gchar* stun_server
)

Description [src]

Update the STUN server IP given the host name Will result in a DNS query being executed asynchronous.

Available since: 2.6

Parameters

stun_server

Type: const gchar*

The host name of the STUN server to set.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.