discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: newbie, XMPP framework


From: Chris B. Vetter
Subject: Re: newbie, XMPP framework
Date: Tue, 2 Dec 2003 12:14:43 -0800

On Tue, 2 Dec 2003 19:40:42 +0100 (CET)
"Pierre-Henri Quelen" <phq@guzoid.org> wrote:
[...]
> I'd like to write an Instant Messaging gnustep application. I noticed
> there's already Hydroxide but it only supports MSN and I don't believe
> it's maintained anymore. I think Jabber/XMPP would be a good choice,
> but then there's a need for a XMPP framework (it's in the Framework
> Wishlist on the wiki). I noticed that Acid
> (http://www.jabberstudio.org/projects/acid/project/view.php) already
> exists, it's supposed to be for Mac OS X, and I don't know anything
> about its design or compatibility. It seems to have its own xml
> parsing and generation code.
[...]

You might be able to strip off the XML related stuff, but Acid uses it's
own socket class(es), JabberSocket and DizSocket, that are based on
Apple's CFSocket.

GNUstep doesn't have an equivalent for CFSocket (yet), so you'll have to
implement you're own socket class.

-- 
Chris




reply via email to

[Prev in Thread] Current Thread [Next in Thread]