public
Fork of wyhaines/loudmouth-ruby
Description: Ruby bindings for the Loudmouth library
Homepage: http://www.loudmouth-project.org/
Clone URL: git://github.com/engineyard/loudmouth-ruby.git
name age message
file .gitignore Loading commit data...
file COPYING Wed Oct 29 12:30:48 -0700 2008 Updated Loudmouth requirement to 1.4.0 and adde... [Mikael Hallendal]
file README
file Rakefile
directory examples/
directory ext/
directory spec/
README
# -*- RD -*-

= README

== Loudmouth-Ruby -- Ruby bindings for Loudmouth
These are the Ruby bindings for Loudmouth, an asynchronous XMPP library written in C.

== Install
  
  % ruby extconf.rb
  % make
  % sudo make install

=== Dependencies

==== Ruby/GLib
Part of Ruby-gtk2 or Ruby-gnome2, http://ruby-gnome2.sourceforge.jp/
  
==== Loudmouth 1.4.0
The C library, http://www.loudmouth-project.org/

== Bugs

Please report bugs to our bug tracker
http://loudmouth.lighthouseapp.com

== Copying

Copyright (C) 2008 Imendio AB

This program is free software.
You can distribute/modify this program under the terms of
the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.

== Project Website
http://www.loudmouth-project.org/