summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-07-01 22:23:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-07-01 22:23:45 +0000
commit97449b9a079e4a7c766807ad40be212bfe8fb151 (patch)
tree27f52db3bc6bcda70d261ef816ba75482f167c66 /usr/local/www/wizards/traffic_shaper_wizard.inc
parent6a997de8a4ab47304649f8a727d5f77a7ab507ab (diff)
downloadpfsense-97449b9a079e4a7c766807ad40be212bfe8fb151.zip
pfsense-97449b9a079e4a7c766807ad40be212bfe8fb151.tar.gz
Add Jabber IM. It is the standard on the internet so we should support it out of the box if we do not support editing of the default generated traffic shaper configuration.
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard.inc')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index 4fcf2ec..eb54467 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -805,6 +805,12 @@ function step6_stepsubmitphpaction() {
$othersplist[] = array('IRC', 'tcp', '6667', '6670', 'both', $_POST['irc']);
}
+ if($_POST['jabber'] != "") {
+ /* jabber */
+ $othersplist[] = array('IRC', 'tcp', '5222', '5222', 'both', $_POST['jabber']);
+ $othersplist[] = array('IRC', 'tcp', '5269', '5269', 'both', $_POST['jabber']);
+ }
+
if($_POST['dns'] != "") {
/* domain name system */
$othersplist[] = array('DNS1', 'tcp', '53', '53', 'both', $_POST['dns']);
OpenPOWER on IntegriCloud