summaryrefslogtreecommitdiff
path: root/chat/jabberd2/files
AgeCommit message (Collapse)AuthorFilesLines
2017-01-06Change sub-daemon start ordergdt4-8/+8
Drop dependency of router, sm, s2s on c2s. This did not make sense -- none of them care if c2s runs. c2s, s2s, and sm all connect to router. So make them depend on router, even though in theory they should retry. Make c2s depend on sm, because if someone tries to log in before sm is running, they will get a failure, and some clients do not retry correctly. Getting ECONNREFUSED connecting to c2s is more likely to be handled correctly. No PKGREVISION; riding the impending update. (Tested on netbsd-6 i386 in a domU.)
2010-06-10Correctly unlimit opened files in c2s.shadam1-6/+2
2010-04-15Rev.2 changes:adam1-1/+6
* Unlimit file descr. to 1024 for c2s, as in c2s configuration file. * Allow -Os (instead of -O1) as a work-around 64-bit compiler bug. * Router patch.
2009-08-21Welcome to jabberd2 2.2.8.schnoebe3-47/+3
2008-03-08On NetBSD 4 with xen/i386, startup at boot fails, with sm notgdt1-1/+3
connecting to something. Putting 'sleep 5' in sm's rc.d script resolves the problem. (The right fix is to for all programs to ensure that they are ready to provide all defined services before the top-level command exits, but that's much harder.) PKGREVISION++.
2007-11-15The startup order of the jabberd components is important; alphabetical ordersborrill1-2/+2
isn't good enough! Ensure that c2s starts after router (which it needs to connect to). This saves it having to retry the connection. Bump PKGREVISION
2004-06-26Update jabberd2 to jabberd-2.0s2nb1abs5-5/+40
Since the various jabber daemons need to write their pid files as the jabberd user, ensure a jabberd owned /var/run/jabberd is created by rc.d files
2004-03-28Initial import of jabberd2 (2.0s2) from pkgsrc-wip.xtraeme6-0/+229
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 rewrite of the original jabberd.