Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smokku/jabberd14
Original Jabber server
https://github.com/smokku/jabberd14
c jabber server xmpp xmpp-server
Last synced: about 1 month ago
JSON representation
Original Jabber server
- Host: GitHub
- URL: https://github.com/smokku/jabberd14
- Owner: smokku
- License: gpl-2.0
- Created: 2013-05-13T16:17:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-13T16:18:46.000Z (over 11 years ago)
- Last Synced: 2023-03-31T05:18:13.016Z (over 1 year ago)
- Topics: c, jabber, server, xmpp, xmpp-server
- Language: C++
- Homepage:
- Size: 949 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
jabberd14 1.6.0
===============http://jabberd.org/
Welcome to the world of jabberd14!
This README is very sparse. Visit jabberd's homepage for further
documentation including an installation guide and configuration
hints.For quick information on what has to be changed if you upgrade
from an older version of this software, please look at the
UPGRADE file. In the NEWS file you get a list of what has changed
in the server functionality. Both files might be of interest for
users of prior versions of this software.If you need support for your jabberd14, please go to
http://jabberd.org/gettingSupportIf you need a new X.509 certificate for you server, you can get
one for free on the XMPP federation page at https://www.xmpp.net/.-----------------------
Installation instructions
First untar or move this folder into a directory where you
want to compile your server.Run the configure script, passing options to customize some
compile settings and where to install the compiled server:
e.g.: ./configure --prefix=/usrCompile jabberd14 by typing "make".
If your server is compiled, you can install it using "make install".
Edit jabber.xml, replace "localhost" by the host name of your
server throughout the file. Edit other values as desired.To start:
jabberd -h your.domain.name -BOptional: for lots of debug output, use the -D flag
Optional: to specify a config file other than ./jabber.xml, use
-c /path/to/file.xmlError messages are written to your system logfile by default.
To test operation, connect to the domain name you used with any
client and register new users.-----------------------