public
Fork of m5h/loudmouth-ruby
Description: Ruby bindings for the Loudmouth library
Homepage: http://www.loudmouth-project.org/
Clone URL: git://github.com/wyhaines/loudmouth-ruby.git
name age message
file .gitignore Wed Apr 16 10:40:37 -0700 2008 Added .gitignore [Mikael Hallendal]
file COPYING Wed Oct 29 12:30:48 -0700 2008 Updated Loudmouth requirement to 1.4.0 and adde... [Mikael Hallendal]
file README Wed Oct 29 12:39:57 -0700 2008 Fixed up the README a bit [Mikael Hallendal]
directory examples/ Wed Apr 16 10:40:28 -0700 2008 Added Connection::set_disconnect_handler [Mikael Hallendal]
file extconf.rb Loading commit data...
directory spec/ Thu Aug 21 16:35:09 -0700 2008 update test to use localhost and properly send [jsierles]
directory src/
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/