diff options
author | fhajny <fhajny@pkgsrc.org> | 2010-06-09 13:53:53 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2010-06-09 13:53:53 +0000 |
commit | cde0b00821e936e2d0b9c2494e0b52054eaf4fb1 (patch) | |
tree | d768eca88c53587c36697be9458b5396ebaf49b6 /chat/ejabberd/Makefile | |
parent | 2f91ce4501341037f22862d355babbd17de1c7c2 (diff) | |
download | pkgsrc-cde0b00821e936e2d0b9c2494e0b52054eaf4fb1.tar.gz |
Updated chat/ejabberd to 2.1.4.
Short list of changes:
* Bounce messages when closing c2s session
* Bugfixes when handling Service Discovery to contacts
* Don't send error stanza as reply to error stanza
* Don't store blocked messages in offline queue
* Extauth: Optionally cache extauth users in mnesia
* Full support for XEP-0115 Entity Capabilities v1.5
* HTTP-Bind (BOSH): Remove unneeded 100 ms delay, and export functions
to facilitate prebinding methods
* LDAP: Inband password change, Extensible match support,
and ldap_tls_verify.
* Localization: Updated most translations
* MUC: Refactor code to reduce calls to get_affiliation and get_role
* ODBC: Add created_at column also to PostgreSQL schema
* PAM: New option pam_userinfotype to provide username or JID
* Pubsub: Send created node notifications. Enforce
pubsub#presence_based_delivery, pubsub#show_values
* Vcard: Automatic vcard avatar addition in presence
* WebAdmin: New Access rule webadmin_view for read-only
Diffstat (limited to 'chat/ejabberd/Makefile')
-rw-r--r-- | chat/ejabberd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/ejabberd/Makefile b/chat/ejabberd/Makefile index 0278ff23dae..64677ccbc36 100644 --- a/chat/ejabberd/Makefile +++ b/chat/ejabberd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2010/03/15 06:27:55 martti Exp $ +# $NetBSD: Makefile,v 1.20 2010/06/09 13:53:53 fhajny Exp $ -DISTNAME= ejabberd-2.1.3 +DISTNAME= ejabberd-2.1.4 CATEGORIES= chat -MASTER_SITES= http://www.process-one.net/downloads/ejabberd/2.1.3/ +MASTER_SITES= http://www.process-one.net/downloads/ejabberd/2.1.4/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ejabberd.im/ |