From wolf at bluehands.de Thu May 12 21:44:47 2005 From: wolf at bluehands.de (Heiner Wolf) Date: Thu May 12 14:53:31 2005 Subject: [Jabberzilla] Windows? cross platform? Message-ID: <11D121AB355B69448D3A9F2132D2A3AA420641@niobe.BlueHands.de> Hi, what does this sppedy release mean? was a pure JS imnplementation too slow? is there a pure JS implementation? I would like to add virtual presence like www.lluna.de to Mozilla based on someone elses Jabber client. That would of course be Jabberzilla. I am trying to find a starting point. hw -- Dr. Klaus H. Wolf bluehands GmbH & Co.mmunication KG http://www.bluehands.de/people/hw +49 (0721) 16108 75 -- Jabber enabled Virtual Presence on the Web: http://www.lluna.de/ Open Source Future History: http://www.galactic-developments.com/ From emurphy79 at cox.net Thu May 12 17:22:41 2005 From: emurphy79 at cox.net (Eric Murphy) Date: Thu May 12 17:31:14 2005 Subject: [Jabberzilla] Windows? cross platform? In-Reply-To: <11D121AB355B69448D3A9F2132D2A3AA420641@niobe.BlueHands.de> References: <11D121AB355B69448D3A9F2132D2A3AA420641@niobe.BlueHands.de> Message-ID: <4283C921.3020706@cox.net> The pubsub sidebar code is what you want. This is the best starting point for your needs. I don't work on Jabberzilla anymore, but wish the two project could share code. http://www.pubsub.com/tools.php I think its Mozilla license code. Heiner Wolf wrote: >Hi, > >what does this sppedy release mean? was a pure JS imnplementation too slow? is there a pure JS implementation? > >I would like to add virtual presence like www.lluna.de to Mozilla based on someone elses Jabber client. That would of course be Jabberzilla. > >I am trying to find a starting point. > >hw >-- >Dr. Klaus H. Wolf >bluehands GmbH & Co.mmunication KG >http://www.bluehands.de/people/hw >+49 (0721) 16108 75 >-- >Jabber enabled Virtual Presence on the Web: http://www.lluna.de/ >Open Source Future History: http://www.galactic-developments.com/ > > > > >_______________________________________________ >Jabberzilla mailing list >Jabberzilla@mozdev.org >http://mozdev.org/mailman/listinfo/jabberzilla > > > From wolf at bluehands.de Fri May 13 12:54:09 2005 From: wolf at bluehands.de (Heiner Wolf) Date: Fri May 13 06:02:59 2005 Subject: [Jabberzilla] Windows? cross platform? Message-ID: <11D121AB355B69448D3A9F2132D2A3AA420642@niobe.BlueHands.de> OK, thanks. This code tells me how to do socket connections. It is a very baseic jabber client, but it is a good starting point. I would like to integrate the virtual presence code with a buddy list client like jabberzilla, because a VP client is basically a MUC client. I see groupchat in jabberzilla is just starting. So it could be the right time to join in. But if this is not possible, then I will code around with the pubsub example. hw -- Dr. Klaus H. Wolf bluehands GmbH & Co.mmunication KG http://www.bluehands.de/people/hw +49 (0721) 16108 75 -- Jabber enabled Virtual Presence on the Web: http://www.lluna.de/ Open Source Future History: http://www.galactic-developments.com/ >-----Original Message----- >From: jabberzilla-bounces@mozdev.org >[mailto:jabberzilla-bounces@mozdev.org]On Behalf Of Eric Murphy >Sent: Thursday, May 12, 2005 11:23 PM >To: jabberzilla@mozdev.org >Subject: Re: [Jabberzilla] Windows? cross platform? > > >The pubsub sidebar code is what you want. This is the best starting >point for your needs. I don't work on Jabberzilla anymore, but >wish the >two project could share code. > >http://www.pubsub.com/tools.php > >I think its Mozilla license code. > > > >Heiner Wolf wrote: > >>Hi, >> >>what does this sppedy release mean? was a pure JS >imnplementation too slow? is there a pure JS implementation? >> >>I would like to add virtual presence like www.lluna.de to >Mozilla based on someone elses Jabber client. That would of >course be Jabberzilla. >> >>I am trying to find a starting point. >> >>hw >>-- >>Dr. Klaus H. Wolf >>bluehands GmbH & Co.mmunication KG >>http://www.bluehands.de/people/hw >>+49 (0721) 16108 75 >>-- >>Jabber enabled Virtual Presence on the Web: http://www.lluna.de/ >>Open Source Future History: http://www.galactic-developments.com/ >> >> >> >> >>_______________________________________________ >>Jabberzilla mailing list >>Jabberzilla@mozdev.org >>http://mozdev.org/mailman/listinfo/jabberzilla >> >> >> >_______________________________________________ >Jabberzilla mailing list >Jabberzilla@mozdev.org >http://mozdev.org/mailman/listinfo/jabberzilla >