Re: [jdev] High level XMPP Javascript client

2012-04-26 Thread Theo Cushion
On 25 Apr 2012, at 17:36, Sergey Dobrov wrote: On 04/25/2012 11:11 PM, Theo Cushion wrote: That looks interesting. Have you got a demo of habahaba anywhere? Sure: http://habahaba.im/ Cool! Can't believe I completely missed this project Actually, this is just a Jappix fork with some

Re: [jdev] High level XMPP Javascript client

2012-04-26 Thread Sergey Dobrov
On 04/26/2012 04:48 PM, Theo Cushion wrote: On 25 Apr 2012, at 17:36, Sergey Dobrov wrote: WebRTC is looking very promising. Yes, unfortunately I have no enough of time to maintain that task, I trying to involve my student into it but he's in very beginning state of javascript learning.

Re: [jdev] High level XMPP Javascript client (Sergey Dobrov)

2012-04-26 Thread Michael Weibel
Hi, That sounds interesting. I'm doing a similar thing with candy (http://candy-chat.github.com/candy) and I'm implementing a SDP to Jingle Mapping javascript library over here: https://github.com/mweibel/sdpToJingle I've just seen that you actually use my code here:

Re: [jdev] High level XMPP Javascript client (Sergey Dobrov)

2012-04-26 Thread Sergey Dobrov
On 04/26/2012 06:30 PM, Michael Weibel wrote: Hi, That sounds interesting. I'm doing a similar thing with candy (http://candy-chat.github.com/candy) and I'm implementing a SDP to Jingle Mapping javascript library over here: https://github.com/mweibel/sdpToJingle I've just seen that you

Re: [jdev] High level XMPP Javascript client (Sergey Dobrov)

2012-04-26 Thread Sergey Dobrov
On 04/26/2012 06:30 PM, Michael Weibel wrote: Hi, That sounds interesting. I'm doing a similar thing with candy (http://candy-chat.github.com/candy) and I'm implementing a SDP to Jingle Mapping javascript library over here: https://github.com/mweibel/sdpToJingle I've just seen that you

[jdev] High level XMPP Javascript client (Sergey Dobrov und Michael Weibel)

2012-04-26 Thread Madina
I see u are more more proffesional then me, so, maybe i can ask and maybe u will unswer - FF browser on F5 reload brocen connection, but all others browsers don't do it immediatly, only after wheiting server sessions time. Maybe u have some things about it problem? -- accident - the unknown

Re: [jdev] High level XMPP Javascript client (Sergey Dobrov und Michael Weibel)

2012-04-26 Thread Sergey Dobrov
On 04/26/2012 08:36 PM, Madina wrote: I see u are more more proffesional then me, so, maybe i can ask and maybe u will unswer - FF browser on F5 reload brocen connection, but all others browsers don't do it immediatly, only after wheiting server sessions time. Maybe u have some things about it

Re: [jdev] Archive or save chat messages

2012-04-26 Thread Sergey Dobrov
On 04/26/2012 05:39 PM, Madina wrote: Hi all =) I create web-chat and naw thinking about save private-chat chistory - like in skype or icq. BUT first - i must save it on server side, and second - my server don't know about xep-0136 =) I thinkin about saving messages in DB but try imagine DB

Re: [jdev] Archive or save chat messages

2012-04-26 Thread Dave Cridland
On Thu Apr 26 15:47:19 2012, Sergey Dobrov wrote: You should write a module for your jabber server which will save messages for you. (some servers already has modules for xep-136 support) There is also XEP-0313, now, which is experimental (and therefore subject to change), but I'd think it

Re: [jdev] Archive or save chat messages

2012-04-26 Thread Matthew Wild
On 26 April 2012 17:51, Sergey Dobrov bin...@jrudevels.org wrote: On 04/26/2012 10:07 PM, Dave Cridland wrote: On Thu Apr 26 15:47:19 2012, Sergey Dobrov wrote: You should write a module for your jabber server which will save messages for you. (some servers already has modules for xep-136

Re: [jdev] Archive or save chat messages

2012-04-26 Thread Sergey Dobrov
On 04/27/2012 12:00 AM, Matthew Wild wrote: On 26 April 2012 17:51, Sergey Dobrov bin...@jrudevels.org wrote: On 04/26/2012 10:07 PM, Dave Cridland wrote: On Thu Apr 26 15:47:19 2012, Sergey Dobrov wrote: You should write a module for your jabber server which will save messages for you. (some

Re: [jdev] High level XMPP Javascript client (Sergey Dobrov)

2012-04-26 Thread Michael Weibel
Hi, Yes, I just remade it to use jslix and the code became smaller after that. I appreciate that but please include my authorship information. Sure I will, it's just a draft. Cool, I look forward to more usages of the library ;) - Michael ___