> ## Content Index
> Fetch the complete content index at: https://www.process-one.net/llms.txt
> Use this file to discover other available public pages before exploring further.

# ejabberd 17.08
- URL: https://www.process-one.net/blog/ejabberd-17-08/
- Published: 2017-08-14T08:55:00.000Z
- Updated: 2024-09-19T08:56:56.000Z
- Description: Happy summer with ejabberd 17.08 ! This release includes great improvements and new features. It also includes fixes and closes the biggest milestone about refactor we’ve made last couple of months. If you have issues with 17.04 or troubles using PEP, upgrade to 17.08 will fix most known issues.
- Author: Jérôme Sautret

## New features

### Introduce ‘hosts’ option

The option can be used as a replacement of ‘host’ option when several (sub)domains are needed to be registered for the module.  
Note that you cannot combine both ‘host’ and ‘hosts’ in the config because ‘host’ option is of a higher priority. Example:

```
mod_pubsub:
   ...
   hosts:
     - "pubsub1.@HOST@"
     - "pubsub2.@HOST@"

```

### XEP-0357: Push Notifications

This module tries to keep pending stream management sessions of push clients alive (as long as the disconnected clients are reachable via push notifications).

### Modular cluster

For configuring the cluster new global option ‘cluster\_backend’ is introduced. The default and only available value at the moment is ‘mnesia’.

### Use c2s ‘certfile’ option

Use the ‘certfile’ listener option rather than a ‘domain\_certfile’ for ejabberd\_c2s listeners that have “tls: true” configured. A ‘domain\_certfile’ should only be preferred for STARTTLS connections.

### New mod\_muc hooks

There are four new events: create\_room, destroy\_room, join\_room and leave\_room.  
Note: destroy\_room was previously used already by mod\_mam and was named remove\_room. remove\_room is not renamed back to destroy\_room for consistency.

## Changes

### Core

- Erlang/OTP 17.5 or higher is required, and 20 is now supported
- Make ejabberd\_cluster modular
- Replace gen\_fsm with p1\_fsm to avoid warnings in OTP20+
- Fix clustering table reg\_users\_counter
- ext\_mod: Update spec from custom and allow modules dependencies
- extauth.py: Fix to support : in passwords
- Set high water mark in lager for all backends
- Fix old route record in mnesia’s route table haven’t been remove when restarting in some cases
- ejabberd\_cluster\*.erl: Add copyright and fix description
- Add support of rfc6120 section 4.9.3.16 on node shutdown

### Configuration

- ejabberd\_c2s: Fix priority of ‘certfile’ option
- Introduce ‘hosts’ modules option
- Fix ERLANG\_OPTS, INET\_DIST\_INTERFACE and FIREWALL\_WINDOW option
- Remove unused ‘managers’ option, related to the deferred XEP-0321

### Commands

- Fix errors when running ejabberdctl as root
- Fix set\_presence command to work in recent ejabberd
- Rename stop\_all\_connections to stop\_s2s\_connections for consistency
- Change policy of user\_resources command, from user to admin
- Remove old command calling interface
- Describe more command arguments and results

### Modules

- mod\_http\_api: Use hide\_sensitive\_log\_data option when registering users
- mod\_http\_fileserver: Request basic auth dialog from browser
- mod\_muc: Fix nick bug with MUC on riak
- mod\_muc: new hooks
- mod\_push: Support XEP-0357: Push Notifications
- mod\_push\_keepalive: New module

### PubSub/PEP

- Keep disco#info on PEP compatible with XEP-0060
- Preliminary export PubSub data from Mnesia tables to SQL file
- Fix PubSub send last published items
- Fix PEP node removal
- Fix PEP node identity
- Fix disco#items on PEP service
- Fix getting cached last item
- Add import of PEP from prosody

### Documentation

- Improved API documentation  
see https://docs.ejabberd.im/developer/ejabberd-api/admin-api/

## Feedback

As usual, the release is tagged in the Git source code repository on [Github](https://github.com/processone/ejabberd.git?ref=process-one.net).

The source package and binary installers are available at [ejabberd XMPP & MQTT server download page](https://www.process-one.net/en/ejabberd/downloads/).

If you suspect that you’ve found a bug, please search or fill a bug report on [Github](https://github.com/processone/ejabberd/issues?ref=process-one.net).