-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathREADME
More file actions
55 lines (39 loc) · 1.61 KB
/
README
File metadata and controls
55 lines (39 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
jabberd 1.4.3
=============
http://jabberd.jabberstudio.org/1.4/
Welcome to the world of Jabber 1.4!
This README is very sparse. Visit jabberd's homepage for further
documentation including an installation guide and configuration
hints.
-----------------------
Installation instructions
Read
http://jabberd.jabberstudio.org/1.4/doc/adminguide
for an in-depth installation guide!
First, untar or move this folder into the final install location
(such as /usr/local/jabber)
To build, run "./configure" and then type "make"
Edit jabber.xml, replace "localhost" by the host name of your
server throughout the file. Edit other values as desired.
To start:
./jabberd/jabberd -h your.domain.name &
Optional: for lots of debug output, use the -D flag
Optional: to specify a config file other than ./jabber.xml, use
-c /path/to/file.xml
Error messages are written to the ./error.log and copied to STDERR.
To test operation, connect to the domain name you used with any
client and register new users.
-----------------------
If there are any rough areas or problems on any platforms or
environments, please feel free to report them and assist us in
correcting it. Email bug reports to bugs@jabber.org, including your
config file (if you've made any significant changes) and -D debug
output.
Thanks to the following for their important contributions to this
release:
Jeremie Miller <jeremie@jabber.org>
Keith Minkler <tsbandit@jabber.org>
Thomas Muldowney <temas@jabber.org>
Schuyler Heath <sheath@jabber.org>
David Smith <dizzyd@jabber.org>
And all the rest of the Jabber developers!