Sha256: d6879e261c9862bc7d37246d8272f903f5619c5e63696b9ad4c418e2ad391535
Contents?: true
Size: 757 Bytes
Versions: 1
Compression:
Stored size: 757 Bytes
Contents
# =XMPP4R - XMPP Library for Ruby # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option. # Website::http://xmpp4r.github.io require 'xmpp4r/bytestreams/iq/si.rb' require 'xmpp4r/bytestreams/iq/bytestreams.rb' require 'xmpp4r/bytestreams/helper/ibb/base.rb' require 'xmpp4r/bytestreams/helper/ibb/initiator.rb' require 'xmpp4r/bytestreams/helper/ibb/target.rb' require 'xmpp4r/bytestreams/helper/filetransfer.rb' require 'xmpp4r/bytestreams/helper/socks5bytestreams/base.rb' require 'xmpp4r/bytestreams/helper/socks5bytestreams/initiator.rb' require 'xmpp4r/bytestreams/helper/socks5bytestreams/server.rb' require 'xmpp4r/bytestreams/helper/socks5bytestreams/target.rb' require 'xmpp4r/bytestreams/helper/socks5bytestreams/socks5.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xmpp4r-0.5.6 | lib/xmpp4r/bytestreams.rb |