Sha256: 687e0aa997896415f356eaa69bb8a476994aa4123c8dfe42d8089fb7315e327b
Contents?: true
Size: 1.1 KB
Versions: 2
Compression:
Stored size: 1.1 KB
Contents
$:.unshift File.dirname(__FILE__) $:.unshift File.join(File.dirname(__FILE__), '..') # Require the necessary files %w[ rubygems eventmachine ext/push_parser xml/libxml digest/md5 logger blather/core_ext/active_support blather/core_ext/libxml blather/errors blather/errors/sasl_error blather/errors/stanza_error blather/errors/stream_error blather/jid blather/roster blather/roster_item blather/xmpp_node blather/stanza blather/stanza/iq blather/stanza/iq/query blather/stanza/iq/roster blather/stanza/disco blather/stanza/disco/disco_info blather/stanza/disco/disco_items blather/stanza/message blather/stanza/presence blather/stanza/presence/status blather/stanza/presence/subscription blather/stream blather/stream/client blather/stream/component blather/stream/stream_handler blather/stream/parser blather/stream/resource blather/stream/sasl blather/stream/session blather/stream/tls ].each { |r| require r } XML.indent_tree_output = false module Blather LOG = Logger.new(STDOUT) unless const_defined?(:LOG) LOG.level = Logger::INFO end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
sprsquish-blather-0.3.0 | lib/blather.rb |
blather-0.3.0 | lib/blather.rb |