diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-11-30 04:51:13 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-11-30 04:51:13 +0800 |
commit | 0ca93b9b1ccaacf1fdf7ba2fa33abc7e1c16c122 (patch) | |
tree | 5d2e3ae6e38bd0f0642249e3cbe78b21a1148be3 /net-im/Makefile | |
parent | 695700cf2ad1c61abd0728c86a7c781350a1aa84 (diff) | |
download | freebsd-ports-gnome-0ca93b9b1ccaacf1fdf7ba2fa33abc7e1c16c122.tar.gz freebsd-ports-gnome-0ca93b9b1ccaacf1fdf7ba2fa33abc7e1c16c122.tar.zst freebsd-ports-gnome-0ca93b9b1ccaacf1fdf7ba2fa33abc7e1c16c122.zip |
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 <http://xmpp.org/>.
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/
Diffstat (limited to 'net-im/Makefile')
-rw-r--r-- | net-im/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |