The default is: admin -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Tucker Sent: Monday, January 24, 2005 8:23 PM To: Jabber software development list Subject: RE: [jdev] Does anyone know of a good jabber server
Dan, Yes, you should be able to use Smack within an applet (with the Java plug-in). Regards, Matt > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dan Plesse > Sent: Monday, January 24, 2005 5:05 PM > To: 'Jabber software development list' > Subject: RE: [jdev] Does anyone know of a good jabber server > > 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("[EMAIL PROTECTED]/smack").sendMessage("Howdy!"); > System.out.print("message was sent!"); > } catch (XMPPException e) { > // TODO Auto-generated catch block > e.printStackTrace(); > } > } > } > > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] 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: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] 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: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] 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 > > [email protected] > > http://mail.jabber.org/mailman/listinfo/jdev > > > > _______________________________________________ > > jdev mailing list > > [email protected] > > http://mail.jabber.org/mailman/listinfo/jdev > > > _______________________________________________ > jdev mailing list > [email protected] > http://mail.jabber.org/mailman/listinfo/jdev > > _______________________________________________ > jdev mailing list > [email protected] > http://mail.jabber.org/mailman/listinfo/jdev > _______________________________________________ jdev mailing list [email protected] http://mail.jabber.org/mailman/listinfo/jdev _______________________________________________ jdev mailing list [email protected] http://mail.jabber.org/mailman/listinfo/jdev
