aboutsummaryrefslogtreecommitdiff
path: root/net/ruby-jabber4r/pkg-descr
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-01-01 19:51:32 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-01-01 19:51:32 +0000
commitfc4648336eb5bff81717de539abd7504ad56bed5 (patch)
treefafd6036d469134f255996bcc255e15f540610cf /net/ruby-jabber4r/pkg-descr
parent0465a362b2551df3d3d5c2056a7da8a50f78d727 (diff)
Notes
Diffstat (limited to 'net/ruby-jabber4r/pkg-descr')
-rw-r--r--net/ruby-jabber4r/pkg-descr18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/ruby-jabber4r/pkg-descr b/net/ruby-jabber4r/pkg-descr
new file mode 100644
index 000000000000..a5f5b2a812e8
--- /dev/null
+++ b/net/ruby-jabber4r/pkg-descr
@@ -0,0 +1,18 @@
+This library was created to allow a Ruby application to connect to an
+existing Jabber account as an additional resource.
+
+This is not meant to be a library to create a complete Ruby-based
+Jabber IM client. It was written for ease of use, not completeness. It
+does support:
+
+* Account registration
+* Connection to an account (plain-text/digest)
+* Access to Roster (buddy list)
+* Tracking of presence of resources in the Roster (including local
+ account resources)
+* Sending and receiving messages
+* Managing subscriptions
+* Pluggable xml parsers (rexml/xmlparser)
+
+Author: Richard Kilmer <rich@infoether.com>
+WWW: http://www.infoether.com/ruby/jabber4r/