diff options
author | sborrill <sborrill@pkgsrc.org> | 2007-02-20 18:45:00 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2007-02-20 18:45:00 +0000 |
commit | f6cf7dbfa1eea5e7359c6a0cc111e01334c963cc (patch) | |
tree | 6d57da49015a38420067b9a721bf77200a98623f /chat/centericq/Makefile | |
parent | 23ff31636b8bcb586bbc4fbfb41b4aa64cbe559c (diff) | |
download | pkgsrc-f6cf7dbfa1eea5e7359c6a0cc111e01334c963cc.tar.gz |
Remove a deprecated request from the Jabber plugin so that it works with
ejabberd servers.
http://www.xmpp.org/extensions/xep-0094.html
XEP-0094: Agent Information
Status: Obsolete
Last Updated: 2003-10-08
The problem is that centericq treats some error replies as pertaining
to authentication. Previously ejabberd sent "feature-not-implemented"
for unknown requests, but now it sends "service-unavailable", as
required by the RFC. centericq has a workaround to ignore the former
error, but not the latter. Therefore it believes that authentication
has failed (which is not the case).
Thanks to Jonathan Schleifer and Magnus Henoch for the patch and
clarification.
Diffstat (limited to 'chat/centericq/Makefile')
-rw-r--r-- | chat/centericq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile index 2d08e70a028..096f834fe56 100644 --- a/chat/centericq/Makefile +++ b/chat/centericq/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.64 2007/02/20 17:38:52 sborrill Exp $ +# $NetBSD: Makefile,v 1.65 2007/02/20 18:45:00 sborrill Exp $ # DISTNAME= centericq-4.21.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= chat MASTER_SITES= http://thekonst.net/download/ \ http://centericq.de/archive/source/releases/ |