Update the URL of the list of XMPP servers.

cusax-fix
Boris Grozev 13 years ago
parent 65786514e0
commit cf71357a32

@ -232,7 +232,7 @@ public void fillTable()
try
{
URL file = new URL("http://www.jabber.org/servers.xml");
URL file = new URL("http://xmpp.net/services.xml");
InputStream stream = file.openStream();
try

Loading…
Cancel
Save