diff options
author | Ingo Bauersachs <ingo@jitsi.org> | 2015-08-08 14:04:03 +0200 |
---|---|---|
committer | Ingo Bauersachs <ingo@jitsi.org> | 2015-08-08 14:04:03 +0200 |
commit | cd759e8154da715175e86f893059b38a16708c88 (patch) | |
tree | 6fac49e9b0c43bd721317269cf3e7138d42a3085 /src/net/java/sip/communicator/plugin | |
parent | a6b61c939bb26dcb984fb22cd0818cb950e9d83e (diff) | |
download | jitsi-cd759e8154da715175e86f893059b38a16708c88.zip jitsi-cd759e8154da715175e86f893059b38a16708c88.tar.gz jitsi-cd759e8154da715175e86f893059b38a16708c88.tar.bz2 |
Update URL for XMPP server list
Diffstat (limited to 'src/net/java/sip/communicator/plugin')
-rw-r--r-- | src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberServerChooserDialog.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberServerChooserDialog.java b/src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberServerChooserDialog.java index 909a637..aacebc2 100644 --- a/src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberServerChooserDialog.java +++ b/src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberServerChooserDialog.java @@ -225,7 +225,7 @@ public class JabberServerChooserDialog try { localServersListFile = faService.getTemporaryFile(); - URL file = new URL("http://xmpp.net/services.xml"); + URL file = new URL("https://xmpp.net/services.php"); InputStream stream = file.openStream(); try |