We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29389f commit 2950d05Copy full SHA for 2950d05
xmppserver/src/main/java/org/jivesoftware/openfire/net/DNSUtil.java
@@ -108,7 +108,7 @@ public class DNSUtil {
108
*
109
* @param domain the domain.
110
* @param defaultPort default port to return if the DNS look up fails.
111
- * @return a list of HostAddresses, which encompasses the hostname and port
+ * @return SRV records (grouped by priority) which encompasses the hostname and port
112
* that the XMPP server can be reached at for the specified domain.
113
* @see <a href="https://tools.ietf.org/html/rfc6120#section-3.2">XMPP CORE</a>
114
* @see <a href="https://xmpp.org/extensions/xep-0368.html">XEP-0368</a>
0 commit comments