Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mrDoctorWho/vk4xmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima <opiums29@mail.ru>2019-09-26 09:08:07 +0300
committerJohn Smith <mrdoctorwho@gmail.com>2019-10-15 11:19:46 +0300
commit2b963e6535a6986f4026ce5281eb35a3545671d4 (patch)
treeddc07387d651d20bfe6d6af194069bb5ee5ec44e
parent8663e62adc9b9dce82ff62ec033ff6fbebfa1c21 (diff)
replace URLs
-rw-r--r--library/defaults.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/defaults.py b/library/defaults.py
index c633373..93a3f7f 100644
--- a/library/defaults.py
+++ b/library/defaults.py
@@ -25,9 +25,9 @@ RUN_AS = None
ALLOW_REGISTRATION = True
IDENTIFIER = {"type": "vk", "category": "gateway", "name": "VK4XMPP Transport", "short": "VK4XMPP"}
-URL_ACCEPT_APP = "http://jabberon.ru/vk4xmpp.html#%d"
-VK4XMPP_MONITOR_SERVER = "anon.xmppserv.ru"
-VK4XMPP_MONITOR_URL = "http://xmppserv.ru/xmpp-monitor/hosts.php"
+URL_ACCEPT_APP = "http://opiums.eu/vk4xmpp.html#%d"
+VK4XMPP_MONITOR_SERVER = "opiums.eu"
+VK4XMPP_MONITOR_URL = "http://torrent.opiums.eu/hosts_xmpp.php"
CAPS_NODE = "https://simpleapps.ru/caps/vk4xmpp"
USER_CAPS_HASH = None
@@ -53,4 +53,4 @@ allowBePublic = True
TransportFeatures = {xmpp.NS_DELAY, xmpp.NS_CHATSTATES, xmpp.NS_LAST, xmpp.NS_CHAT_MARKERS, xmpp.NS_OOB}
# The features transport's users will advertise
-UserFeatures = TransportFeatures # we don't use them all, but it seems some clients don't query transports' users (?) \ No newline at end of file
+UserFeatures = TransportFeatures # we don't use them all, but it seems some clients don't query transports' users (?)