Re: [jdev] Flash vs Jabber

2007-01-25 Thread Daniel Dura
Just as an FYI to everyone, the library has moved from the Adobe Labs site to Google Code. It has been updated and a number of bugs have been fixed. The new link is: http://code.google.com/p/as3xmpp/ Daniel Dura Product Manager Adobe Systems, Inc. On 1/9/07, Peter Saint-Andre [EMAIL PROTECTED]

Re: [jdev] Flash vs Jabber

2007-01-16 Thread Sander Devrieze
Matt Tucker schreef: The XIFF library is being updated to use Flash sockets. You can read a recent blog entry about this at: http://www.igniterealtime.org/blog/2007/01/05/update-l-xiff-3-beta/ Yes, nice to hear. psuedo-rantFrankly, I'm not sure what Sander is so up in arms about in his

Re: [jdev] Flash vs Jabber

2007-01-16 Thread Sander Devrieze
** schreef: i am also developing a xmpp as3 lib. a out of date api doc is here: http://disktree.net/flabber/doc/ i will release the source code, as soon as i find time to cleanup everything a bit (which seems to be anytime in 2099.unk ) Someone with a question about your lib:

Re: [jdev] Flash vs Jabber

2007-01-16 Thread Artur Hefczyc
Btw, as an example to show the entry barrier, the coder of the still very small server project Tigase told me that he has no time to implement protocol violations like the Flash work around; he said he has already enough work with just implementing the XMPP specs. Hehe, as I was mentioned

Re: [jdev] Flash vs Jabber

2007-01-16 Thread Peter Saint-Andre
Artur Hefczyc wrote: Btw, as an example to show the entry barrier, the coder of the still very small server project Tigase told me that he has no time to implement protocol violations like the Flash work around; he said he has already enough work with just implementing the XMPP specs. Hehe, as

Re: [jdev] Flash vs Jabber

2007-01-16 Thread **
..no need to switch to ajax/java/anything. for outgoing data i simply extend flash.net.Socket and add this function: /** * Sends byte string to server. * * @param output String to send */ public function send( output:String ):void {

Re: [jdev] Flash vs Jabber

2007-01-09 Thread Peter Saint-Andre
Magnus Henoch wrote: An article about why ejabberd doesn't support Flash 8 clients by default: http://ejabberd.jabber.ru/flash-issues It is said that Flash 9 solves these problems. Is there a resource page or something describing how to write a compliant XMPP client with Flash 9? That might

RE: [jdev] Flash vs Jabber

2007-01-09 Thread Matt Tucker
The XIFF library is being updated to use Flash sockets. You can read a recent blog entry about this at: http://www.igniterealtime.org/blog/2007/01/05/update-l-xiff-3-beta/ psuedo-rantFrankly, I'm not sure what Sander is so up in arms about in his article. People need stuff to just work and Flash

Re: [jdev] Flash vs Jabber

2007-01-09 Thread **
hi. i am also developing a xmpp as3 lib. a out of date api doc is here: http://disktree.net/flabber/doc/ i will release the source code, as soon as i find time to cleanup everything a bit (which seems to be anytime in 2099.unk ) cya.tong Matt Tucker schrieb: The XIFF library is being

RE: [jdev] Flash vs Jabber

2007-01-09 Thread Daniel Noll
psuedo-rantFrankly, I'm not sure what Sander is so up in arms about in his article. People need stuff to just work and Flash is incredibly wide-spread. Having a non-XMPP protocol tweak for Flash clients is a very reasonable workaround (what we do in Wildfire). It's a couple of lines of code