Package: ejabberd Version: 2.1.11-1 Severity: wishlist Tags: patch The module mod_http_bind is required for web-based chat clients such as jwchat and cryptocat. This module is enabled in the upstream example config, but not in the packaged config. Enabling it by default will make it easier to setup a web-based chat.
If it cannot be enabled by default, then I would request that it be added as a debconf option. -- System Information: Debian Release: jessie/sid APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.12-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages ejabberd depends on: ii adduser 3.113+nmu3 ii debconf [debconf-2.0] 1.5.52 ii erlang-asn1 1:16.b.3.1-dfsg-1 ii erlang-base [erlang-abi-15.b] 1:16.b.3.1-dfsg-1 ii erlang-crypto 1:16.b.3.1-dfsg-1 ii erlang-inets 1:16.b.3.1-dfsg-1 ii erlang-mnesia 1:16.b.3.1-dfsg-1 ii erlang-odbc 1:16.b.3.1-dfsg-1 ii erlang-public-key 1:16.b.3.1-dfsg-1 ii erlang-ssl 1:16.b.3.1-dfsg-1 ii erlang-syntax-tools 1:16.b.3.1-dfsg-1 ii libc6 2.17-97 ii libexpat1 2.1.0-4 ii libpam0g 1.1.3-9 ii libssl1.0.0 1.0.1f-1 ii openssl 1.0.1f-1 ii ucf 3.0027+nmu1 ii zlib1g 1:1.2.8.dfsg-1 ejabberd recommends no packages. Versions of packages ejabberd suggests: pn imagemagick | graphicsmagick-imagemagick-compat <none> pn libunix-syslog-perl <none> -- Configuration Files: /etc/ejabberd/inetrc [Errno 13] Permission denied: u'/etc/ejabberd/inetrc' -- debconf information excluded
From a14ed61bc758bad47d0f319a97d42dbf33c78f34 Mon Sep 17 00:00:00 2001 From: James Valleroy <james.valle...@gmail.com> Date: Sun, 9 Feb 2014 18:16:52 -0500 Subject: [PATCH] Enable http bind by default. --- debian/ejabberd.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/ejabberd.cfg b/debian/ejabberd.cfg index 0dcb5de..9956f5d 100644 --- a/debian/ejabberd.cfg +++ b/debian/ejabberd.cfg @@ -571,6 +571,7 @@ %% {docroot, "/var/www"}, %% {accesslog, "/var/log/ejabberd/access.log"} %% ]}, + {mod_http_bind, []}, {mod_last, []}, {mod_muc, [ %%{host, "conference.@HOST@"}, -- 1.8.5.3