diff options
Diffstat (limited to 'net/ruby-jabber4r/pkg-descr')
-rw-r--r-- | net/ruby-jabber4r/pkg-descr | 18 |
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/ |