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__)