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 is a complete redesign/reimplementation of the original jabberd.
Binary packages can be installed with the high-level tool
pkgin
(which can be installed with pkg_add)
or
pkg_add(1)
(installed by default).
The NetBSD packages collection is also designed to permit
easy installation from source.
Available build options
debug
Enable debugging facilities in the package.
websocket
Websocket protocol support (as specified in RFC6455)
auth-db
Use Berkley DB for the jabberd2 authorization database.
auth-ldap
Use LDAP for jabberd2 authorization.
auth-mysql
Use MySQL for the jabberd2 authorization database.
auth-pam
Use PAM for jabberd2 authorization.
auth-pgsql
Use PostgreSQL for the jabberd2 authorization database.
auth-sqlite
Use SQLite for the jabberd2 authorization database.
storage-db
Use Berkley DB for the jabberd2 message store.
storage-mysql
Use MySQL for the jabberd2 message store.
storage-pgsql
Use PostgreSQL for the jabberd2 message store.
storage-sqlite
Use SQLite for the jabberd2 message store.
mio-epoll
Use epoll to watch for incoming messages/connections.
mio-kqueue
Use kqueue to watch for incoming messages/connections.
mio-poll
Use poll to watch for incoming messages/connections.
mio-select
Use select to watch for incoming messages/connections.