Sha256: 7495ee154c6c60d0bd3846f0471bed82f2cc29df8c0e3ebbd44f7fb938f1de32

Contents?: true

Size: 416 Bytes

Versions: 30

Compression:

Stored size: 416 Bytes

Contents

#!/usr/bin/ruby

$:.unshift '../../lib'

require 'xmpp4r'
require 'xmpp4r/discovery'
require 'xmpp4r/muc/x/muc'

require 'adventuremuc'


#Jabber::debug = true

if ARGV.size != 3
  puts "Syntax: ./adventure.rb <JID> <Password> <Host>"
  puts "See README for further help"
  exit
end

muc = AdventureMUC.new(Jabber::JID.new(ARGV[0]), ARGV[1], ARGV[2])
muc.add_world('tower.xml')
muc.add_world('cube.xml')
Thread.stop

Version data entries

30 entries across 30 versions & 12 rubygems

Version Path
brontes3d-xmpp4r-0.4 data/doc/xmpp4r/examples/advanced/adventure/adventure.rb
bryanl-xmpp4r-0.3.2 data/doc/xmpp4r/examples/advanced/adventure/adventure.rb
edavey-xmpp4r-0.4.1 data/doc/xmpp4r/examples/advanced/adventure/adventure.rb
edavey-xmpp4r-0.4.2 data/doc/xmpp4r/examples/advanced/adventure/adventure.rb
edavey-xmpp4r-0.4 data/doc/xmpp4r/examples/advanced/adventure/adventure.rb
heipei-xmpp4r-0.3.2 data/doc/xmpp4r/examples/advanced/adventure/adventure.rb
ln-xmpp4r-0.5 data/doc/xmpp4r/examples/advanced/adventure/adventure.rb
mojodna-xmpp4r-0.4.0.2 data/doc/xmpp4r/examples/advanced/adventure/adventure.rb
mojodna-xmpp4r-0.4.0.3 data/doc/xmpp4r/examples/advanced/adventure/adventure.rb
seanohalpin-xmpp4r-0.4.1 data/doc/xmpp4r/examples/advanced/adventure/adventure.rb
xmpp4r-0.5.6 data/doc/xmpp4r/examples/advanced/adventure/adventure.rb
xmpp4r-0.5.5 data/doc/xmpp4r/examples/advanced/adventure/adventure.rb
mad-p-xmpp4r-0.6.3 data/doc/xmpp4r/examples/advanced/adventure/adventure.rb
mad-p-xmpp4r-0.6.2 data/doc/xmpp4r/examples/advanced/adventure/adventure.rb
mad-p-xmpp4r-0.6.1 data/doc/xmpp4r/examples/advanced/adventure/adventure.rb
mad-p-xmpp4r-0.6.0 data/doc/xmpp4r/examples/advanced/adventure/adventure.rb
cerberus-0.8.0 lib/vendor/xmpp4r/data/doc/xmpp4r/examples/advanced/adventure/adventure.rb
cerberus-0.7.9 lib/vendor/xmpp4r/data/doc/xmpp4r/examples/advanced/adventure/adventure.rb
edavis10-cerberus-0.7.8 lib/vendor/xmpp4r/data/doc/xmpp4r/examples/advanced/adventure/adventure.rb
cerberus-0.7.8 lib/vendor/xmpp4r/data/doc/xmpp4r/examples/advanced/adventure/adventure.rb