Commit 7966e757 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Should be xmpp-client to match DNS SRV standard.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@909 b35dd754-fafc-0310-a699-88a17e54d16e
parent d071514b
......@@ -66,7 +66,7 @@ public class MulticastDNSService extends BasicModule {
try {
if (portNum != -1) {
String serverName = AdminConsole.getAppName();
serviceInfo = new ServiceInfo("_xmpp._tcp.local.",
serviceInfo = new ServiceInfo("_xmpp-client._tcp.local.",
serverName, portNum, 0, 0, "XMPP Server");
jmdns.registerService(serviceInfo);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment