Sha256: 9b2cbb8cf7e6b055f9819a259faa40b214e798b007ec12a5fcc2163f1443fe0d

Contents?: true

Size: 294 Bytes

Versions: 6

Compression:

Stored size: 294 Bytes

Contents

require 'adhearsion/xmpp'

module Adhearsion
  class PunchblockPlugin
  end
end

def reset_adhearsion_xmpp_config
  Adhearsion.config[:xmpp].jid      = nil
  Adhearsion.config[:xmpp].password = nil
  Adhearsion.config[:xmpp].server   = "localhost"
  Adhearsion.config[:xmpp].port     = 5222
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
adhearsion-xmpp-1.1.0 spec/spec_helper.rb
adhearsion-xmpp-1.0.2 spec/spec_helper.rb
adhearsion-xmpp-1.0.1 spec/spec_helper.rb
adhearsion-xmpp-1.0.0 spec/spec_helper.rb
adhearsion-xmpp-0.2.1 spec/spec_helper.rb
adhearsion-xmpp-0.2.0 spec/spec_helper.rb