ejabberd 2.1.4 includes many small bugfixes and improvements.
Read more details about the changes in: ProcessOne support site
Download the source code and installers from: ejabberd download page
This is the full list of changes:
If you use PostgreSQL, maybe you want to add the column created_at to several tables. This is only a suggestion; ejabberd doesn't use that column. Add it to your existing database executing those SQL statements:
ALTER TABLE users ADD COLUMN created_at TIMESTAMP NOT NULL DEFAULT now(); ALTER TABLE rosterusers ADD COLUMN created_at TIMESTAMP NOT NULL DEFAULT now(); ALTER TABLE spool ADD COLUMN created_at TIMESTAMP NOT NULL DEFAULT now(); ALTER TABLE vcard ADD COLUMN created_at TIMESTAMP NOT NULL DEFAULT now(); ALTER TABLE privacy_list ADD COLUMN created_at TIMESTAMP NOT NULL DEFAULT now(); ALTER TABLE privacy_storage ADD COLUMN created_at TIMESTAMP NOT NULL DEFAULT now();
You can officially report bugs on the ProcessOne support site
Scalable & robust
XMPP server »
Find out what new ejabberd releases offer »
Official ejabberd documentation »
Get commercial support for ejabberd »
ejabberd combines scalability & reliability »
ejabberd offers a full range of features »
ejabberd XEP protocols list »
If you have questions or need help with your ejabberd project, put your trust in ProcessOne.
Find out about our experience and expertise
Complete our online form to request a call back