Sha256: eef19b9f0422551a8dc8995159d01e31d1678225866beb81826023b2eea5454c

Contents?: true

Size: 616 Bytes

Versions: 6

Compression:

Stored size: 616 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.
module Jabber
  # XMPP4R Version number.  This is the ONLY place where the version number
  # should be specified.  This constant is used to determine the version of
  # package tarballs and generated gems.
  XMPP4R_VERSION = '0.5'
end

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

require 'xmpp4r/test/listener_mocker'

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
ln-xmpp4r-0.5 lib/xmpp4r/xmpp4r.rb
gmcmillan-xmpp4r-0.6.2 lib/xmpp4r/xmpp4r.rb
gmcmillan-xmpp4r-0.6.1 lib/xmpp4r/xmpp4r.rb
gmcmillan-xmpp4r-0.6 lib/xmpp4r/xmpp4r.rb
gmcmillan-xmpp4r-0.5 lib/xmpp4r/xmpp4r.rb
xmpp4r-0.5 lib/xmpp4r/xmpp4r.rb