mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
ejabberd: Include Bosh port 5280 in port forwarding information
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
1cee306dcb
commit
b92082a530
@ -67,6 +67,7 @@ manual_page = 'ejabberd'
|
||||
port_forwarding_info = [
|
||||
('TCP', 5222),
|
||||
('TCP', 5269),
|
||||
('TCP', 5280),
|
||||
]
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user