aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/jabber.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2008-06-15 19:11:47 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2008-06-15 19:11:47 +0100
commit7f697401c8261459ce60c985ae1423db7b22c79b (patch)
tree7eff1f9306b9cee45465d3028484461f88a53284 /protocols/jabber/jabber.h
parent5ec4129afd5d47d7cea5d9cb455a364c17c8a8fa (diff)
Using a port list instead of a single range for the allowed Jabber port
numbers, adding 80 and 443. Partially closes #265.
Diffstat (limited to 'protocols/jabber/jabber.h')
-rw-r--r--protocols/jabber/jabber.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/jabber/jabber.h b/protocols/jabber/jabber.h
index 1ff0e8dd..023cf0f9 100644
--- a/protocols/jabber/jabber.h
+++ b/protocols/jabber/jabber.h
@@ -134,10 +134,6 @@ struct jabber_chat
#define JABBER_XMLCONSOLE_HANDLE "xmlconsole"
-#define JABBER_PORT_DEFAULT "5222"
-#define JABBER_PORT_MIN 5220
-#define JABBER_PORT_MAX 5229
-
/* Prefixes to use for packet IDs (mainly for IQ packets ATM). Usually the
first one should be used, but when storing a packet in the cache, a
"special" kind of ID is assigned to make it easier later to figure out