Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smokku/wpjabber
Jabberd fork by Wirtualna Polska
https://github.com/smokku/wpjabber
jabber jabber-server server xmpp
Last synced: 3 months ago
JSON representation
Jabberd fork by Wirtualna Polska
- Host: GitHub
- URL: https://github.com/smokku/wpjabber
- Owner: smokku
- License: gpl-2.0
- Created: 2013-01-28T09:48:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-28T09:48:26.000Z (almost 12 years ago)
- Last Synced: 2023-03-31T05:18:17.248Z (almost 2 years ago)
- Topics: jabber, jabber-server, server, xmpp
- Language: C
- Size: 734 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
WPJabber Server
fast, stable, safe jabber server
------------------------------------------------
Lukas KarwackiWPJabber is jabberd server developed to handle large amount of
concurrent users. WPJabber uses pthreads and can work on
multi-processor platforms. WPJabber needs thread safe modules.In WPJabber package you can find these modules:
- JSM - Session Manager
- WPJ - Connection Manager ( c2s module )
- dialback and dnsrv - modules needed to connect with other servers
- xdb_file
- xdb_sql - SQL storage moduleSource includes example files for each module.
More docs and FAQ can be found in doc/ dir.=================================================================
Usage:1. WPJabber with WPJ
There are many problems when compiling and using WPJ.
WPJ needs kernel with sys_epoll.
WPJ is designed to handle large amount of users and most servers doesn't need WPJ.2. WPJabber with jadc2s
Compile only wpjabber without WPJ and use jadc2s as c2s component.
Then run ./configure with --nowpj parametr !=================================================================
WPJabber core features:
- no more pth, real threads
- supports multi-processor systems
- fast, safe and stable
- api compatible with jabberd 1.4.2
=================================================================
Report bugs athttp://wpjabber.jabberstudio.org