diff options
author | Badlop <badlop@process-one.net> | 2009-08-31 16:29:25 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-08-31 16:29:25 +0000 |
commit | fd57ec58721f02172a42b65dba47582b2035d4b3 (patch) | |
tree | 4fd93a13078b7d4810b5e5b5807701711f16351c /src/web/ejabberd_web_admin.erl | |
parent | Remove the word "END" of release_notes file because it seems unnecessary. (diff) |
Support zlib compression after STARTTLS (thanks to Aleksey Shchepin)(EJAB-499)
SVN Revision: 2571
Diffstat (limited to 'src/web/ejabberd_web_admin.erl')
-rw-r--r-- | src/web/ejabberd_web_admin.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/ejabberd_web_admin.erl b/src/web/ejabberd_web_admin.erl index 7b033315..d0d27b8f 100644 --- a/src/web/ejabberd_web_admin.erl +++ b/src/web/ejabberd_web_admin.erl @@ -1663,6 +1663,7 @@ user_info(User, Server, Query, Lang) -> c2s -> "plain"; c2s_tls -> "tls"; c2s_compressed -> "zlib"; + c2s_compressed_tls -> "tls+zlib"; http_bind -> "http-bind"; http_poll -> "http-poll" end, |