|
About:
OpenIM is a Java implementation of a Jabber
server. It is a complete rewrite of the Jaba
Server project, and it supports the Jabber server
to server communication protocol. It also supports
Presence, Message, and Roster. Persistent storage
is done in an XML file using XStream lib. It has
been tested successfully with many clients such as
Exodus, Rhymbox, GAIM, Psi, Greenthumb, and the
Kopete.
Author:
Alag [contact developer]
Homepage:
http://open-im.net/en/index.xml
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.23/10.00
(Rank N/A)
» Vitality: 0.00% (Rank 6248)
» Popularity: 1.85% (Rank 2767)

(click to enlarge graphs)
Record hits: 15,751
URL hits: 8,213
Subscribers: 53
|
|
Branches
Comments
[»]
Currently not usable
by rgrunder - May 24th 2002 09:00:05
i tried the alpha version 0.6 of jaba, here's my
summary on the current status of this project:
- i got trouble when using the suggested database HSQLDB (upon execution
of the first prepared statement (checks if user is in user db), the
code
hangs, the call never returns. this is probably a problem of the jdbc
driver of HSQLDB). the same query on the db is working...
- documentation on installation and preparation is missing (e.g. i had to
manually add some tables in the db, before using the jaba server... this
is not documented)
- using mySQL as db, the stuff works
- currently missing features on the jaba server:
- JUD (User Search missing)
- Dynamically adding new users is not possible
-> you have to add users "manually in the db"
- No encryption
- No TC (Text Conference)
for me, the most missing feature is dynamically adding new users.
if you want to run your own jabber server, i suggest to go for jabber.org
and use the jabberD (C-implementation) server (at least for now...)
keep in mind that this project is still alpha. maybe the java server will
soon get more powerful...
[reply]
[top]
|