The STUN server to use for determining the external IP address of the XMPP client.

Namespace: S22.Xmpp.Client
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public DnsEndPoint StunServer { get; set; }

Remarks

The default STUN server is "stun.l.google.com:19302".

See Also