From b92082a530deed6ea9918f73f3a163e7dadbe8e8 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 13 May 2019 15:23:58 -0700 Subject: [PATCH] ejabberd: Include Bosh port 5280 in port forwarding information Signed-off-by: Sunil Mohan Adapa --- plinth/modules/ejabberd/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plinth/modules/ejabberd/__init__.py b/plinth/modules/ejabberd/__init__.py index d5620b007..0da746558 100644 --- a/plinth/modules/ejabberd/__init__.py +++ b/plinth/modules/ejabberd/__init__.py @@ -67,6 +67,7 @@ manual_page = 'ejabberd' port_forwarding_info = [ ('TCP', 5222), ('TCP', 5269), + ('TCP', 5280), ] logger = logging.getLogger(__name__)