[jdev] Does anyone know of a good jabber server

Dan Plesse dplesse at optonline.net
Mon Jan 24 19:05:14 CST 2005


Thanks Matt, 

  That could very well be what I was looking for. 

I have one smack question. I just tested it again and it worked! So I guess
I don't have a question for you. Oh, can this be place inside a web applet?
I guess that is my question? Thanks Dan 

Here's my code example: 

import org.jivesoftware.smack.XMPPConnection;
import org.jivesoftware.smack.XMPPException;

public class smackTest {

	public static void main(String[] args) {
		try {
			XMPPConnection con = new
XMPPConnection("jabber.org");
			con.login("xxxx", "xxxx");
	
con.createChat("danp5648 at jabber.org/smack").sendMessage("Howdy!");
			System.out.print("message was sent!");
		} catch (XMPPException e) {
			// TODO Auto-generated catch block
			e.printStackTrace();
		}
	}
}



-----Original Message-----
From: jdev-bounces at jabber.org [mailto:jdev-bounces at jabber.org] On Behalf Of
Matt Tucker
Sent: Monday, January 24, 2005 6:44 PM
To: Jabber software development list
Subject: RE: [jdev] Does anyone know of a good jabber server

Dan,

Have you tried Jive Messenger? -- http://www.jivesoftware.org 

The latest release supports the XIFF flash library and can be installed
as a service.

Regards,
Matt

> -----Original Message-----
> From: jdev-bounces at jabber.org 
> [mailto:jdev-bounces at jabber.org] On Behalf Of Dan Plesse
> Sent: Monday, January 24, 2005 3:34 PM
> To: 'Jabber software development list'
> Subject: [jdev] Does anyone know of a good jabber server
> 
> Does anyone know of a jabber server which installs as a 
> service like tomcat or apache and hopefully comes with a 
> flash attachment so I can replicate What jabber.org was doing? 
> 
> -----Original Message-----
> From: jdev-bounces at jabber.org 
> [mailto:jdev-bounces at jabber.org] On Behalf Of Ralph Meijer
> Sent: Monday, January 24, 2005 3:22 AM
> To: Jabber software development list
> Subject: Re: [jdev] Peter is the crossdomain.xml file gone?
> 
> On Sun, Jan 23, 2005 at 05:34:14PM -0500, Dan Plesse wrote:
> > I sure did, but xml is not dynamic data and I assumed the 
> "situation" 
> > was over and done with. I guess wait until the red font is 
> gone, then 
> > the situation is over?  Has this happen before? Thanks for 
> your reply 
> > -Dan
> 
> Sorry for my harsh reaction.
> 
> As far as I know, the team has tried to put the most 
> important information (like JEPs) back, and will continue to 
> fix the situation after the weekend.
> I suspect Peter will announce it when all is done.
> 
> Ralphm
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mail.jabber.org/mailman/listinfo/jdev
> 
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mail.jabber.org/mailman/listinfo/jdev
> 
_______________________________________________
jdev mailing list
jdev at jabber.org
http://mail.jabber.org/mailman/listinfo/jdev




More information about the JDev mailing list