Sha256: b48db2c54e1f4c4ed264e90c40ea609d0819ce3875e7d72e5e2bdc0c6175f677
Contents?: true
Size: 447 Bytes
Versions: 15
Compression:
Stored size: 447 Bytes
Contents
# License: see LICENSE.txt # Jabber4R - Jabber Instant Messaging Library for Ruby # Copyright (C) 2002 Rich Kilmer <rich@infoether.com> # ## # The Jabber module is the main namespace for all Jabber modules # and classes. # module Jabber VERSION_MAJOR = 0 VERSION_MINOR = 6 RELEASE = 0 DEBUG = false end require "jabber4r/session" require "jabber4r/protocol" require "jabber4r/roster" require "jabber4r/jid" require "jabber4r/vcard"
Version data entries
15 entries across 15 versions & 2 rubygems