Upgrade to ejabberd 24.12¶
If you upgrade ejabberd from a previous release to 24.12, be aware there are some changes in commands. There are no changes in configuration, SQL schema or hooks.
Commands API v3¶
This ejabberd 24.12 release introduces ejabberd Commands API v3 because some commands have changed arguments and result formatting. You can continue using API v2; or you can update your API client to use API v3. Check the API Versions History.
Some commands that accepted accounts or rooms as arguments, or returned JIDs, have changed their arguments and results names and format to be consistent with the other commands:
- Arguments that refer to a user account are now named
user
andhost
- Arguments that refer to a MUC room are now named
room
andservice
- As seen, each argument is now only the local or server part, not the JID
- On the other hand, results that refer to user account or MUC room are now the JID
In practice, the commands that change in API v3 are:
- get_room_affiliations
- muc_register_nick
- muc_unregister_nick
- set_room_affiliation
- status_list
- status_list_host
- subscribe_room
- subscribe_room_many
- unsubscribe_room
If you want to update ejabberd to 24.12, but prefer to continue using an old API version with mod_http_api
, you can set this new option: