Re: [jdev] Beginning Jabber Client Development!

2006-11-14 Thread Michal 'vorner' Vaner
Hello, On Mon, Nov 13, 2006 at 02:03:58PM -0800, Sönmez Kartal wrote: I'll do this client application for commercial use. I'm on open source side but I have to live too! :-) Even commercial apps can sometimes be Open Source. You just have to give the code with it and you can not fee for

Re: [jdev] Beginning Jabber Client Development!

2006-11-13 Thread Mikael Hallendal
13 nov 2006 kl. 21.48 skrev Sönmez Kartal: Hi, It depends very much on what language you are planning to use and whether you plan to write it all yourself or use an existing Jabber/ XMPP library to do the XML parsing and session handling or not. Cheers, Mikael Hallendal Hi, I want to

Re: [jdev] Beginning Jabber Client Development!

2006-11-13 Thread Artur Hefczyc
I'll use Java language and I didn't decide to write all stuff myself or use an existing library. Can you tell me for both of them? There is already a similar project working on Jabber/XMPP client and library in Java. It is in very early stage but maybe instead of starting your new project you

Re: [jdev] Beginning Jabber Client Development!

2006-11-13 Thread Sönmez Kartal
have to implement all protocols myself? Sonmez Kartal http://ulakproject.blogspot.com [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] Sent: Mon, 13 Nov 2006 21:56:04 + To: jdev@jabber.org Subject: Re: [jdev] Beginning Jabber Client Development! I'll use Java

Re: [jdev] Beginning Jabber Client Development!

2006-11-13 Thread Joonas Govenius
On 11/13/06, Sönmez Kartal [EMAIL PROTECTED] wrote: Hi, I'll do this client application for commercial use. I'm on open source side but I have to live too! :-) That's the why I said beginning. I'll build this application for a company's solution. It will be a part of commercial solution. I

Re: [jdev] Beginning Jabber Client Development!

2006-11-13 Thread Sonmez Kartal
client. Yours Sonmez Kartal http://ulakproject.blogspot.com [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] Sent: Mon, 13 Nov 2006 17:34:01 -0500 To: jdev@jabber.org Subject: Re: [jdev] Beginning Jabber Client Development! On 11/13/06, Sönmez Kartal [EMAIL PROTECTED

Re: [jdev] Beginning Jabber Client Development!

2006-11-13 Thread Andreas Monitzer
On Nov 13, 2006, at 23:42, Sonmez Kartal wrote: Thank you Joonas. I will add a custom feature to a generic client. We researched many products but nothing has that feature. I have to implement it myself. I can't use a GPL software, so, I guess I'll write all stuff myself. Jive doesn't

Re: [jdev] Beginning Jabber Client Development!

2006-11-13 Thread Sonmez Kartal
Thank you! I guess I'll use this. Sonmez Kartal http://ulakproject.blogspot.com [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] Sent: Mon, 13 Nov 2006 23:46:47 +0100 To: jdev@jabber.org Subject: Re: [jdev] Beginning Jabber Client Development! On Nov 13, 2006, at 23

Re: [jdev] Beginning Jabber Client Development!

2006-11-13 Thread Daniel Noll
But they do give you Smack under the Apache License: http://jivesoftware.org/smack/ Spark should be available as well, at least they were working on releasing the source. Spark is most certainly open source. To be precise, the code is licenced under the LGPL. Source files are here: