goto home

Patches for ejabberd

Author: Oleg Palij (mailto,xmpp:o.palij@gmail.com)

IP of logged users in web admin (against 1.1.2)
IP of logged users in web admin (against trunk-2007-02-27)

DESCRIPTION:
  This patch for ejabberd allows to show ip of connected users in web admin. IP shows in http://server:port/admin/server/vhost/user/name/ near resource.

After patching you should see in web admin smth like:

Changelog:
  trunk - 2007-02-27
     * Fixed viewing ips of tls'ed and ssl'ed users
  trunk - 2007-02-22
     * Initial version

Read only access to web admin (against 1.1.2)

DESCRIPTION:
  This patch for ejabberd allows some users (defined with "web_admin_viewers" access rule) access to web admin, and denies them 'POST' method.

Example configuration:
  {acl, boss_viewer, {user, "boss"}}.
  {access, web_admin_viewers, [{allow, boss_viewer}]}.

Changelog:
  trunk - 2007-02-22
     * Initial version