]> granicus.if.org Git - ejabberd/log
ejabberd
10 years agoextauth_cache can have value 0
Badlop [Mon, 5 May 2014 11:13:35 +0000 (13:13 +0200)]
extauth_cache can have value 0

10 years agoMake it possible to get/set vCards for MUC rooms
Evgeniy Khramtsov [Sun, 4 May 2014 19:11:05 +0000 (23:11 +0400)]
Make it possible to get/set vCards for MUC rooms

10 years agoMerge pull request #194 from weiss/mysql-user-at-localhost
Evgeny Khramtsov [Sun, 4 May 2014 08:00:59 +0000 (12:00 +0400)]
Merge pull request #194 from weiss/mysql-user-at-localhost

test/README: Create MySQL test user on localhost

10 years agotest/README: Create MySQL test user on 'localhost'
Holger Weiss [Sat, 3 May 2014 23:02:22 +0000 (01:02 +0200)]
test/README: Create MySQL test user on 'localhost'

Suggest specifying 'localhost' as host name part of the MySQL test
account name.  Otherwise, the anonymous user that is usually created by
default for 'localhost' would take precedence for local connections due
to the more specific host name.

10 years agoDo not crash on version downgrade
Evgeniy Khramtsov [Sat, 3 May 2014 13:55:03 +0000 (17:55 +0400)]
Do not crash on version downgrade

10 years agoAssume udp_recv/5 now returns new options
Evgeniy Khramtsov [Sat, 3 May 2014 13:36:47 +0000 (17:36 +0400)]
Assume udp_recv/5 now returns new options

10 years agoAssume tcp_init/2 and udp_init/2 now return new options
Evgeniy Khramtsov [Sat, 3 May 2014 10:11:58 +0000 (14:11 +0400)]
Assume tcp_init/2 and udp_init/2 now return new options

10 years agoAlways enable SIP at compile time
Evgeniy Khramtsov [Fri, 2 May 2014 13:27:46 +0000 (17:27 +0400)]
Always enable SIP at compile time

10 years agoRemove unused function
Evgeniy Khramtsov [Fri, 2 May 2014 11:20:27 +0000 (15:20 +0400)]
Remove unused function

10 years agoForking support
Evgeniy Khramtsov [Fri, 2 May 2014 11:18:57 +0000 (15:18 +0400)]
Forking support

10 years agoRemove empty line
Evgeniy Khramtsov [Fri, 2 May 2014 09:09:25 +0000 (13:09 +0400)]
Remove empty line

10 years agoSome cleanup
Evgeniy Khramtsov [Fri, 2 May 2014 06:51:08 +0000 (10:51 +0400)]
Some cleanup

10 years agoFix CSeq comparison
Evgeniy Khramtsov [Thu, 1 May 2014 20:42:09 +0000 (00:42 +0400)]
Fix CSeq comparison

10 years agoOptimize request processing
Evgeniy Khramtsov [Thu, 1 May 2014 19:58:05 +0000 (23:58 +0400)]
Optimize request processing

10 years agoDo not proxy stray responses statelessly (as per RFC 6026)
Evgeniy Khramtsov [Thu, 1 May 2014 19:35:36 +0000 (23:35 +0400)]
Do not proxy stray responses statelessly (as per RFC 6026)

10 years agoDon't use erlang:integer_to_binary/1
Evgeniy Khramtsov [Thu, 1 May 2014 17:58:11 +0000 (21:58 +0400)]
Don't use erlang:integer_to_binary/1

10 years agoRewrite 'Contact' headers in REGISTER requests
Evgeniy Khramtsov [Thu, 1 May 2014 17:52:47 +0000 (21:52 +0400)]
Rewrite 'Contact' headers in REGISTER requests

10 years agoCheck for 'max_user_sessions' option
Evgeniy Khramtsov [Thu, 1 May 2014 16:58:14 +0000 (20:58 +0400)]
Check for 'max_user_sessions' option

10 years agoProcess gen_server timeouts correctly
Evgeniy Khramtsov [Thu, 1 May 2014 16:43:51 +0000 (20:43 +0400)]
Process gen_server timeouts correctly

10 years agoMove some code in a separate function
Evgeniy Khramtsov [Thu, 1 May 2014 12:31:03 +0000 (16:31 +0400)]
Move some code in a separate function

10 years agoMultiple REGISTER bindings support
Evgeniy Khramtsov [Thu, 1 May 2014 11:51:58 +0000 (15:51 +0400)]
Multiple REGISTER bindings support

10 years agoLocate sessions by proxy processes directly
Evgeniy Khramtsov [Thu, 1 May 2014 09:27:35 +0000 (13:27 +0400)]
Locate sessions by proxy processes directly

10 years agoMerge pull request #192 from hamano/fix_ejabberd_system_monitor_error
Evgeny Khramtsov [Thu, 1 May 2014 06:44:49 +0000 (10:44 +0400)]
Merge pull request #192 from hamano/fix_ejabberd_system_monitor_error

fix ejabberd_system_monitor:s2s_out_info/1 error

10 years agofix ejabberd_system_monitor:s2s_out_info/1 error
HAMANO Tsukasa [Thu, 1 May 2014 06:12:04 +0000 (15:12 +0900)]
fix ejabberd_system_monitor:s2s_out_info/1 error

10 years agoMerge pull request #178 from hamano/devel
Evgeny Khramtsov [Wed, 30 Apr 2014 17:49:54 +0000 (21:49 +0400)]
Merge pull request #178 from hamano/devel

undefined ejabberd_socket:get_conn_type/1

10 years agoSIP support
Evgeniy Khramtsov [Wed, 30 Apr 2014 15:20:38 +0000 (19:20 +0400)]
SIP support

Conflicts:
configure
configure.ac
doc/guide.tex

10 years agoFix error reporting in previous commit
Badlop [Wed, 30 Apr 2014 14:02:20 +0000 (16:02 +0200)]
Fix error reporting in previous commit

10 years agoFix formatting string argument (thanks to Locojay)(github #129)
Badlop [Wed, 30 Apr 2014 13:59:44 +0000 (15:59 +0200)]
Fix formatting string argument (thanks to Locojay)(github #129)

10 years agoMerge pull request #191 from hamano/added_get_random_pid_error_handling
Evgeny Khramtsov [Wed, 30 Apr 2014 13:02:39 +0000 (17:02 +0400)]
Merge pull request #191 from hamano/added_get_random_pid_error_handling

fix error handling when sql calling with unknown host.

10 years agoMerge pull request #190 from hamano/mod_register_web_response_404
badlop [Wed, 30 Apr 2014 10:42:43 +0000 (12:42 +0200)]
Merge pull request #190 from hamano/mod_register_web_response_404

mod_register_web should response 404 instead of process crash.

10 years agoMerge pull request #187 from weiss/fix-ejabberdctl-output
badlop [Wed, 30 Apr 2014 10:41:12 +0000 (12:41 +0200)]
Merge pull request #187 from weiss/fix-ejabberdctl-output

Let ejabberdctl accept binary string arguments

10 years agofix error handling when sql calling with unknown host.
HAMANO Tsukasa [Wed, 30 Apr 2014 06:32:07 +0000 (15:32 +0900)]
fix error handling when sql calling with unknown host.

10 years agomod_register_web should response 404 instead of process crash.
HAMANO Tsukasa [Wed, 30 Apr 2014 04:39:17 +0000 (13:39 +0900)]
mod_register_web should response 404 instead of process crash.

10 years agoMerge pull request #189 from weiss/markdown-readme
Evgeny Khramtsov [Wed, 30 Apr 2014 03:55:27 +0000 (07:55 +0400)]
Merge pull request #189 from weiss/markdown-readme

Convert README to Markdown

10 years agoConvert README to Markdown
Holger Weiss [Tue, 29 Apr 2014 21:54:14 +0000 (23:54 +0200)]
Convert README to Markdown

Use Markdown syntax for the README file and add a README.md symlink, so
that a certain popular Git hosting site renders it nicely.

10 years agoMerge pull request #177 from weiss/log-tls-sasl-external
Evgeny Khramtsov [Tue, 29 Apr 2014 20:38:18 +0000 (00:38 +0400)]
Merge pull request #177 from weiss/log-tls-sasl-external

Log TLS status for outgoing s2s with SASL EXTERNAL

10 years agoMerge pull request #181 from weiss/check-tls-before-auth
Evgeny Khramtsov [Tue, 29 Apr 2014 20:36:08 +0000 (00:36 +0400)]
Merge pull request #181 from weiss/check-tls-before-auth

Check TLS state before requesting SASL EXTERNAL for outgoing s2s connections

10 years agoMerge pull request #185 from weiss/verify-cert-for-s2s-out
Evgeny Khramtsov [Tue, 29 Apr 2014 20:08:24 +0000 (00:08 +0400)]
Merge pull request #185 from weiss/verify-cert-for-s2s-out

Support certificate verification for outgoing s2s connections

10 years agoMerge pull request #186 from weiss/add-disconnect-command
Evgeny Khramtsov [Tue, 29 Apr 2014 11:41:41 +0000 (15:41 +0400)]
Merge pull request #186 from weiss/add-disconnect-command

New ejabberd command: disconnect_user/2

10 years agoTranslate disconnect_user/2 string sent to client
Holger Weiss [Tue, 29 Apr 2014 09:56:28 +0000 (11:56 +0200)]
Translate disconnect_user/2 string sent to client

10 years agoAvoid #state.lang type errors in corner cases
Holger Weiss [Tue, 29 Apr 2014 09:41:24 +0000 (11:41 +0200)]
Avoid #state.lang type errors in corner cases

If #state.lang is used before being initialized to some binary string,
the translation code would crash.

10 years agoMerge pull request #188 from weiss/update-readme
Evgeny Khramtsov [Tue, 29 Apr 2014 09:12:08 +0000 (13:12 +0400)]
Merge pull request #188 from weiss/update-readme

Update README: XEP-0227 code no longer uses exmpp

10 years agoMerge pull request #182 from hamano/register_account_acl
Evgeny Khramtsov [Tue, 29 Apr 2014 09:06:53 +0000 (13:06 +0400)]
Merge pull request #182 from hamano/register_account_acl

fix checking acl in mod_register_web

10 years agoMerge pull request #179 from hamano/added_get_random_pid_error_handling
Evgeny Khramtsov [Tue, 29 Apr 2014 09:05:58 +0000 (13:05 +0400)]
Merge pull request #179 from hamano/added_get_random_pid_error_handling

added get_random_pid/1 error handling

10 years agoUpdate README: XEP-0227 code no longer uses exmpp
Holger Weiss [Tue, 29 Apr 2014 08:17:00 +0000 (10:17 +0200)]
Update README: XEP-0227 code no longer uses exmpp

10 years agoLet ejabberdctl accept binary string arguments
Holger Weiss [Mon, 28 Apr 2014 23:11:08 +0000 (01:11 +0200)]
Let ejabberdctl accept binary string arguments

Don't print the following message if an ejabberd command expects binary
string arguments: "This command cannot be executed using ejabberdctl.
Try ejabberd_xmlrpc."

10 years agoNew ejabberd command: disconnect_user/2
Holger Weiss [Mon, 28 Apr 2014 22:50:43 +0000 (00:50 +0200)]
New ejabberd command: disconnect_user/2

10 years agoMerge pull request #184 from weiss/properly-abort-s2s-in
Evgeny Khramtsov [Mon, 28 Apr 2014 05:58:44 +0000 (09:58 +0400)]
Merge pull request #184 from weiss/properly-abort-s2s-in

Fix handling of certificate verification errors for incoming s2s connections

10 years agoSupport certificate verification for outgoing s2s
Holger Weiss [Sun, 27 Apr 2014 23:42:02 +0000 (01:42 +0200)]
Support certificate verification for outgoing s2s

Handle "s2s_use_starttls: required_trusted" the same way for outgoing
s2s connections as for incoming connections.  That is, check the remote
server's certificate (including the host name) and abort the connection
if verification fails.

10 years agoDon't mess with s2s out when aborting s2s in
Holger Weiss [Sun, 27 Apr 2014 22:17:05 +0000 (00:17 +0200)]
Don't mess with s2s out when aborting s2s in

Don't try to look up and close outgoing connections to a given server
when aborting incoming connections from that server due to certificate
verification errors.  The ejabberd_s2s:find_connection/2 call actually
created one or more *new* connections if less than 'max_s2s_connections'
connections were found.  Then, no more than one of those possibly new
connections were stopped by the ejabberd_s2s_out:stop_connection/1 call.

It's not really necessary to bother with outgoing connections at all,
here.

10 years agoSend stream trailer before closing s2s connection
Holger Weiss [Sat, 26 Apr 2014 22:28:42 +0000 (00:28 +0200)]
Send stream trailer before closing s2s connection

When aborting an incoming s2s connection due to certificate verification
errors, send a stream trailer before closing the socket.

10 years agofix checking acl in mod_register_web
HAMANO Tsukasa [Thu, 24 Apr 2014 09:15:39 +0000 (18:15 +0900)]
fix checking acl in mod_register_web

10 years agoCheck TLS state before requesting SASL EXTERNAL
Holger Weiss [Thu, 24 Apr 2014 09:04:10 +0000 (11:04 +0200)]
Check TLS state before requesting SASL EXTERNAL

Make sure a remote server can't circumvent "s2s_use_starttls: required"
by offering SASL EXTERNAL authentication over a non-TLS connection.

10 years agoadded get_random_pid/1 error handling
HAMANO Tsukasa [Thu, 24 Apr 2014 06:34:41 +0000 (15:34 +0900)]
added get_random_pid/1 error handling

10 years agoundefined ejabberd_socket:get_conn_type/1
HAMANO Tsukasa [Thu, 24 Apr 2014 03:42:22 +0000 (12:42 +0900)]
undefined ejabberd_socket:get_conn_type/1

10 years agoLog TLS status for outgoing s2s with SASL EXTERNAL
Holger Weiss [Wed, 23 Apr 2014 21:28:13 +0000 (23:28 +0200)]
Log TLS status for outgoing s2s with SASL EXTERNAL

10 years agoMerge pull request #176 from hamano/devel
badlop [Wed, 23 Apr 2014 15:06:46 +0000 (17:06 +0200)]
Merge pull request #176 from hamano/devel

added error handling in mod_pubsub_odbc.

10 years agoadded error handling in mod_pubsub_odbc.
HAMANO Tsukasa [Wed, 23 Apr 2014 14:35:34 +0000 (23:35 +0900)]
added error handling in mod_pubsub_odbc.

10 years agoMerge pull request #174 from weiss/fix-s2s-in-auth
badlop [Wed, 23 Apr 2014 13:10:20 +0000 (15:10 +0200)]
Merge pull request #174 from weiss/fix-s2s-in-auth

Fix certificate authentication for incoming s2s connections

10 years agoVerify host name before offering SASL EXTERNAL
Holger Weiss [Wed, 23 Apr 2014 09:45:17 +0000 (11:45 +0200)]
Verify host name before offering SASL EXTERNAL

Prior to this commit, ejabberd handled certificate authentication for
incoming s2s connections like this:

1. Verify the certificate without checking the host name.  On failure,
   behave according to 's2s_use_starttls'.  On success:
2. Offer SASL EXTERNAL.
3. If the remote server chooses SASL EXTERNAL, compare the authorization
   identity against the certificate host name(s).  On failure, abort the
   connection unconditionally.

ejabberd now does this instead:

1. Verify the certificate and compare the certificate host name(s)
   against the 'from' attribute of the stream header.  On failure,
   behave according to 's2s_use_starttls'.  On success:
2. Offer SASL EXTERNAL.
3. If the remote server chooses SASL EXTERNAL, ignore the authorization
   identity (if any) and consider the peer authenticated.

The old behavior was suggested by previous versions of XEP-0178, the new
behavior is suggested by the current version 1.1.

10 years agoFix extraction of host names from certificates
Holger Weiss [Tue, 22 Apr 2014 20:12:04 +0000 (22:12 +0200)]
Fix extraction of host names from certificates

10 years agoMerge pull request #162 from weiss/enable-carbons
badlop [Tue, 22 Apr 2014 11:53:23 +0000 (13:53 +0200)]
Merge pull request #162 from weiss/enable-carbons

Enable mod_carboncopy in example configuration

10 years agoMerge pull request #161 from weiss/fix-carbons
badlop [Tue, 22 Apr 2014 11:52:11 +0000 (13:52 +0200)]
Merge pull request #161 from weiss/fix-carbons

Let mod_carboncopy take care of messages sent to bare/unavailable JIDs

10 years agoMerge pull request #173 from weiss/force-configure-regeneration
badlop [Tue, 22 Apr 2014 10:52:22 +0000 (12:52 +0200)]
Merge pull request #173 from weiss/force-configure-regeneration

Always regenerate the configure script when running ./autogen.sh

10 years agoForce regeneration of configure script
Holger Weiss [Fri, 18 Apr 2014 10:13:17 +0000 (12:13 +0200)]
Force regeneration of configure script

As the version string is auto-generated from the git-describe(1) output,
the configure script may need to be regenerated even if configure.ac
wasn't modified.

10 years agoMerge pull request #172 from weiss/accept-extauth-cache-false
badlop [Thu, 17 Apr 2014 17:55:51 +0000 (19:55 +0200)]
Merge pull request #172 from weiss/accept-extauth-cache-false

Don't log an error when "extauth_cache: false" is specified

10 years agoAccept "extauth_cache: false"
Holger Weiss [Wed, 16 Apr 2014 12:15:14 +0000 (14:15 +0200)]
Accept "extauth_cache: false"

Don't log a "configuration problem" message if "extauth_cache: false" is
explicitly specified, as that's a valid configuration setting as per the
documentation.

10 years agoMerge pull request #171 from weiss/update-doc-url
badlop [Wed, 16 Apr 2014 08:03:07 +0000 (10:03 +0200)]
Merge pull request #171 from weiss/update-doc-url

Update a URL in the guide

10 years agoMerge pull request #170 from weiss/fix-doc-typos
badlop [Wed, 16 Apr 2014 08:02:12 +0000 (10:02 +0200)]
Merge pull request #170 from weiss/fix-doc-typos

Fix two small typos in the guide

10 years agoUpdate a URL in the guide
Holger Weiss [Tue, 15 Apr 2014 22:31:15 +0000 (00:31 +0200)]
Update a URL in the guide

10 years agoFix two small typos in the guide
Holger Weiss [Tue, 15 Apr 2014 22:25:11 +0000 (00:25 +0200)]
Fix two small typos in the guide

10 years agoFix compilation on pre-R17
Paweł Chmielowski [Tue, 15 Apr 2014 14:58:06 +0000 (16:58 +0200)]
Fix compilation on pre-R17

10 years agoFix loading translation files on R17
Paweł Chmielowski [Tue, 15 Apr 2014 14:16:12 +0000 (16:16 +0200)]
Fix loading translation files on R17

10 years agoMerge pull request #160 from runcom/protocol_options
Alexey Shchepin [Tue, 15 Apr 2014 15:01:21 +0000 (19:01 +0400)]
Merge pull request #160 from runcom/protocol_options

Add option to specify openssl options

10 years agoMerge pull request #167 from weiss/fix-modules-doc
badlop [Tue, 15 Apr 2014 14:41:48 +0000 (16:41 +0200)]
Merge pull request #167 from weiss/fix-modules-doc

Remove outdated comment from guide

10 years agoMerge pull request #168 from weiss/carbons-doc
badlop [Tue, 15 Apr 2014 14:40:48 +0000 (16:40 +0200)]
Merge pull request #168 from weiss/carbons-doc

Mention mod_carboncopy in documentation

10 years agoMention mod_carboncopy in documentation
Holger Weiss [Mon, 14 Apr 2014 23:29:00 +0000 (01:29 +0200)]
Mention mod_carboncopy in documentation

10 years agoRemove outdated comment from guide
Holger Weiss [Mon, 14 Apr 2014 23:21:41 +0000 (01:21 +0200)]
Remove outdated comment from guide

10 years agoMerge pull request #165 from weiss/fix-access-doc
badlop [Sat, 12 Apr 2014 14:42:05 +0000 (16:42 +0200)]
Merge pull request #165 from weiss/fix-access-doc

Fix the description of the access rules syntax in the Guide

10 years agoFix description of access rules syntax
Holger Weiss [Fri, 11 Apr 2014 12:00:10 +0000 (14:00 +0200)]
Fix description of access rules syntax

10 years agoMerge pull request #146 from jamielinux/master
badlop [Fri, 11 Apr 2014 11:35:46 +0000 (13:35 +0200)]
Merge pull request #146 from jamielinux/master

Update FSF address

10 years agoPretty print accepted transport address
Evgeniy Khramtsov [Wed, 9 Apr 2014 09:12:20 +0000 (13:12 +0400)]
Pretty print accepted transport address

10 years agoEnable mod_carboncopy in example configuration
Holger Weiss [Tue, 8 Apr 2014 21:38:04 +0000 (23:38 +0200)]
Enable mod_carboncopy in example configuration

XEP-0280 seems to be quite popular these days.

10 years agoCarbons: Handle unavailable resource like bare JID
Holger Weiss [Tue, 8 Apr 2014 21:32:30 +0000 (23:32 +0200)]
Carbons: Handle unavailable resource like bare JID

As the session manager handles messages sent to unavailable resources
just like messages sent to bare JIDs, mod_carboncopy must do that, too.
That is, forward them only to those carbon-copy-enabled resources that
don't have a top priority, in order to avoid duplicates.

10 years agoAdd option to specify openssl options
Antonio Murdaca [Tue, 1 Apr 2014 19:57:33 +0000 (21:57 +0200)]
Add option to specify openssl options

10 years agoCarbons: Also forward messages sent to bare JIDs
Holger Weiss [Mon, 7 Apr 2014 20:10:08 +0000 (22:10 +0200)]
Carbons: Also forward messages sent to bare JIDs

Don't ignore messages sent to bare JIDs, but forward them to all
carbon-copy-enabled resources that don't have the highest priority.

10 years agoUpdate Hebrew translation (thanks to Isratine Citizen)
Badlop [Mon, 7 Apr 2014 14:26:50 +0000 (16:26 +0200)]
Update Hebrew translation (thanks to Isratine Citizen)

10 years agoMerge pull request #159 from weiss/update-gitignore
badlop [Mon, 7 Apr 2014 11:29:37 +0000 (13:29 +0200)]
Merge pull request #159 from weiss/update-gitignore

Update the gitignore(5) file

10 years agoMerge pull request #158 from weiss/fix-lang-type
badlop [Mon, 7 Apr 2014 11:28:41 +0000 (13:28 +0200)]
Merge pull request #158 from weiss/fix-lang-type

Fix a type error

10 years agoMerge pull request #157 from weiss/fix-mod-update
badlop [Mon, 7 Apr 2014 11:27:31 +0000 (13:27 +0200)]
Merge pull request #157 from weiss/fix-mod-update

Fix badarg issue on module update web site

10 years agoMerge pull request #156 from hamano/devel
badlop [Mon, 7 Apr 2014 10:39:22 +0000 (12:39 +0200)]
Merge pull request #156 from hamano/devel

mod_register_web: check same acl as mod_register.

10 years agoLet Git ignore the "ebin" directory
Holger Weiss [Sat, 5 Apr 2014 22:56:36 +0000 (00:56 +0200)]
Let Git ignore the "ebin" directory

10 years agoLet Git ignore files generated by "make install"
Holger Weiss [Sat, 5 Apr 2014 22:56:09 +0000 (00:56 +0200)]
Let Git ignore files generated by "make install"

10 years agoFix a type error
Holger Weiss [Sat, 5 Apr 2014 22:39:51 +0000 (00:39 +0200)]
Fix a type error

10 years agoFix badarg issue on module update web site
Holger Weiss [Sat, 5 Apr 2014 21:23:44 +0000 (23:23 +0200)]
Fix badarg issue on module update web site

10 years agomod_register_web: check same acl as mod_register.
HAMANO Tsukasa [Thu, 3 Apr 2014 19:07:29 +0000 (04:07 +0900)]
mod_register_web: check same acl as mod_register.

10 years agoFix user_resources command, and ejabberd_xmlrpc parsing auth details in call
Badlop [Mon, 31 Mar 2014 14:51:47 +0000 (16:51 +0200)]
Fix user_resources command, and ejabberd_xmlrpc parsing auth details in call

10 years agoNew Bash completion script for ejabberdctl, experimental (EJAB-1042)
Badlop [Wed, 26 Mar 2014 15:43:40 +0000 (16:43 +0100)]
New Bash completion script for ejabberdctl, experimental (EJAB-1042)

10 years agoSmall change in ejabberd_ctl output format to support bash completion
Badlop [Wed, 26 Mar 2014 15:39:35 +0000 (16:39 +0100)]
Small change in ejabberd_ctl output format to support bash completion

10 years agoProvide meaningful text to user when admin kicks session (EJAB-1455)
Badlop [Wed, 26 Mar 2014 15:01:37 +0000 (16:01 +0100)]
Provide meaningful text to user when admin kicks session (EJAB-1455)