pkgsrc-wip/jabberd2/patches/patch-ab
Juan Romero Pardines b57ad3e093 Initial import of jabberd2 2.0.0-a4
Jabber is an open XML protocol for real-time exchange of messages and
presence notification between any two points on the Internet.  The first
application of Jabber technology is an asynchronous, extensible instant
messaging platform, and an IM network that offers functionality similar
to legacy IM systems such as AIM, ICQ, MSN, and Yahoo.

--
This package is the new release of the jabberd, has support for
openldap, cyrus-sasl2, ssl, ipv6 ...
2003-06-12 04:01:37 +00:00

13 lines
353 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2003/06/12 04:01:38 xtraeme Exp $
--- c2s/authreg_db.c.orig 2003-06-12 03:52:05.000000000 +0200
+++ c2s/authreg_db.c 2003-06-12 03:52:15.000000000 +0200
@@ -31,7 +31,7 @@
*/
#include "c2s.h"
-#include <db.h>
+#include <db4/db.h>
/* internal structure, holds auth credentials for one user */
typedef struct creds_st