MUC and Derby don't match...
I am sorry to say this. We have found a bug in the MUC component which breaks it for the Derby database. So at the moment MUC component won't work on installations using Derby database. A fix is already ready and will be released later today. I am sorry for all the inconvenience.
35, kobit//tigase.org, 2008-11-13 12:19
The first bug report for the new release...
Just received the first bug report:
#99. If anybody else experienced problems like this please send me the report immediately. Ideally with as much information as possible. Have a look at the comments to this ticket for details what information are useful to me. And also please send me your contact info so I could respond directly.
34, kobit//tigase.org, 2008-11-13 10:31
300 page views in an hour!
New version of the Tigase server has been released. Article published and within an hour the article read counter turned 300 views...
33, kobit//tigase.org, 2008-11-12 22:16
XMPP/Jabber service restarts
We are planing the XMPP server upgare works in coming days to the most recent version. Therefore please be adviced there might be service disruptions in coming days.
32, kobit//tigase.org, 2008-10-03 13:57
Minis from XMPP are back
Due to a significant code rework and changes in many places of the Tigase server short-news were temporarly not working.
This was mainly related to clustering implementation in the Tigase server and need for major code cleanup. The implementation has been finished and slowly all parts of the system are back....
31, kobit//tigase.org, 2008-07-02 10:27
Main jar is in
jars/directory:tigase-server.jarand 2 other jar files are inlibs/directory:tigase-utils.jarandtigase-xmltools.jar.Each binary package contains also JDBC jar files for MySQL and PostgreSQL databases.
thank you. I'll try that. what are the necessary jars I need?
I don't want it to sound like advertisement but I think Tigase is the best option for this use case for a few reasons:
Anyway, back to you original question.
If you look in tigase.server.XMPPServer class
mainmethod then everything should become quite obvious. You should do something like this in your application.If you have any more question or need any help with setting this up let me know. I am always happy to help.
hi
what I want is to start my own application, and then, start my own jabber server instance, running from inside my app, in the same jvm
yes, I know it won't scale, and that there are several public jabber servers I can use. In my case, I don't need to scale. I just need the simplest approach. Something like adding a jar into my project and letting my app start a jabber server on its own thread
TIA
Kenji
Tigase is a Java application. Normally it runs as a separate process. In theory it can run as one process with other application but it all depends on the case.
What kind of application you are talking about?
What do you really mean by embedding Tigase in your app? Do you want just to have a single installation package or just run Tigase and your app as a single program?
Is there any integration with your application involved?
I need more information to be able to help you.