From 0ca93b9b1ccaacf1fdf7ba2fa33abc7e1c16c122 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sat, 29 Nov 2008 20:51:13 +0000 Subject: XMPPKit is an Objective-C implementation of the Extensible Messaging and Presence Protocol (XMPP) that can be used to write Jabber-enabled applications. For more informations about XMPP itself, see . The framework uses EtoileXML for parsing the XML streams of the XMPP protocol. Etoile also includes a IM client named StepChat built on top of it. WWW: http://www.etoile-project.org/ --- net-im/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net-im/Makefile') diff --git a/net-im/Makefile b/net-im/Makefile index 0498c073a29d..f3e675917e3f 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -23,6 +23,7 @@ SUBDIR += ejabberd SUBDIR += emesene SUBDIR += empathy + SUBDIR += etoile-xmppkit SUBDIR += eva SUBDIR += finch SUBDIR += firetalk -- cgit