Sha256: 69542ba2f06659b81a058d98351152907cfc0fc0be6214d472b5406423b2812b

Contents?: true

Size: 500 Bytes

Versions: 2

Compression:

Stored size: 500 Bytes

Contents

# =XMPP4R - XMPP Library for Ruby
# License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
# Website::http://home.gna.org/xmpp4r/

##
# The Jabber module is the root namespace of the library. You might want
# to Include it in your script to ease your coding. It provides
# a simple debug logging support.
module Jabber
  # XMPP4R Version number
  XMPP4R_VERSION = '0.3.2'
end

require 'xmpp4r/client'
require 'xmpp4r/component'
require 'xmpp4r/debuglog'
require 'xmpp4r/errors'

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
bryanl-xmpp4r-0.3.2 lib/xmpp4r/xmpp4r.rb
heipei-xmpp4r-0.3.2 lib/xmpp4r/xmpp4r.rb