public
Description: XMPP/Jabber Library for Ruby
Homepage: http://home.gna.org/xmpp4r
Clone URL: git://github.com/ln/xmpp4r.git
mojodna (author)
Mon Dec 01 13:37:40 -0800 2008
commit  86f92090a7d81492490c1cdf0a58d5ed84ef0266
tree    16d0148f11813015649b8c087786ec497dcc4117
parent  f9b6735e9c7e02cef0f7cb434fa64db828579eb5 parent  781b98d61c8d4e382f69d71689fdce5ce66a7478
xmpp4r /
name age message
file .gitignore Mon Oct 27 12:45:58 -0700 2008 added a .swp ignore [skyfallsin]
file CHANGELOG Tue Aug 05 07:55:02 -0700 2008 Bump to 0.4 [Astro]
file COPYING Mon Jan 02 08:09:43 -0800 2006 Verbose documentation of the exception block ... [Stephan M]
file LICENSE Mon Aug 04 18:23:47 -0700 2008 De-tabbify LICENSE file. Whitespace. [grempe]
file README.rdoc Loading commit data...
file README_ruby19.txt Thu Jun 05 19:14:06 -0700 2008 Renamed file so it doesn't show as the default ... [grempe]
file Rakefile Tue Aug 05 10:55:00 -0700 2008 Rakefile optimizations: * rescue only for LoadE... [Astro]
directory data/ Sun Aug 17 12:51:01 -0700 2008 versionpoll: ejabberd compatibility [Astro]
directory lib/
file setup.rb Thu Jun 05 15:12:00 -0700 2008 Whitespace cleanup. Strip trailing whitespace a... [grempe]
directory test/
directory tools/ Sun Jun 08 13:45:07 -0700 2008 Moved GitHub gemspec test script to tools dir. ... [grempe]
directory website/ Tue Aug 05 09:18:21 -0700 2008 Bump version on website [Astro]
file xmpp4r.gemspec
README.rdoc

XMPP4R

Fork Notes

This fork exists to facilitate the development of Switchboard and Dovetail until the next official release of xmpp4r:

Install using:

  $ sudo gem install mojodna-xmpp4r -s http://gems.github.com

Branch Summary

This fork contains the following branches:

  • bug-fixes - bug fixes (suitable for merging)
  • doc-fixes - doc fixes (suitable for merging)
  • enhancements - miscellaneous enhancements (suitable for merging)
  • last-activity - Last Activity (XEP-0012) (suitable for merging)
  • ripta/chat-state-notification - Chat State Notification (XEP-0085) (suitable for merging)
  • oauth - OAuth (XEP-0235), initially supporting PubSub queries (WIP)
  • user-location - User Location (XEP-0080) (suitable for merging)

Project Home

You can find info about the xmpp4r project and how to contribute at the project home page:

home.gna.org/xmpp4r/

If you need to ask questions, or want feedback on proposed changes please feel free to ask them on the ‘xmpp4r-devel@gna.org’ mailing list. You can join or view archives of the mailing list at:

gna.org/mail/?group=xmpp4r

If you are having a problem and would like to report it to the mailing list please include a protocol dump which can be enabled in your code with:

  Jabber::debug = true

Contributors

  Lucas Nussbaum <lucas@lucas-nussbaum.net>
  Stephan Maka <stephan@spaceboyz.net>
  Kirill A. Shutemov <k.shutemov@gmail.com>
  Yuki Mitsui
  Peter Schrammel
  Olli
  Vojtech Vobr
  Andreas Wiese
  Chris Zelenak
  Matthew Wood
  Sam Ruby
  Glenn Rempe <glenn@rempe.us>
  Tim Carey-Smith
  Scott Lillibridge
  Joshua Sierles
  Ripta Pasay <github@r8y.org>

Source Code

The source for xmpp4r is managed using the Git SCM and can be found in our GitHub.com project page:

github.com/ln/xmpp4r/tree/master

Installation

There are a number of ways that you can install xmpp4r depending on your needs and the methods you prefer.

Install over the network using RubyGems

You can install the current release of the xmpp4r library from a stable release gem on RubyForge using RubyGems:

  sudo gem install xmpp4r

Install over the network using a Debian package

You can install the current release of the xmpp4r library from a stable release copy on your .deb friendly linux system (e.g. Debian or Ubuntu) using apt:

  sudo apt-get install libxmpp4r-ruby

Install from local source code (Developers Only)

If you have a local Git clone of the source repository or a tarball you can install xmpp4r using several methods. First you’ll need to get a local copy.

Clone the Git repository (recommended):

  git clone git://github.com/ln/xmpp4r.git

OR download a stable release tarball from:

  http://download.gna.org/xmpp4r/xmpp4r-0.3.2.tgz

OR download a snapshot of the latest source in .tar.gz format from:

  http://github.com/ln/xmpp4r/tarball/master

Install : Using Rake

  # Show all available rake tasks
  cd xmpp4r/
  rake -T

  # Package up the gem file and install it
  rake gem:install

Install : Using setup.rb

This will install a copy of the library in your Ruby path and does not require RubyGems to be installed.

  cd xmpp4r/
  ./setup.rb

License

XMPP4R is released under the Ruby license (see the LICENSE file), which is compatible with the GNU GPL (see the COPYING file) via an explicit dual-licensing clause.