Sha256: d3ec9d17dfdb7e2271a7746650ded000c46df082ce30262e308137aae401ab95

Contents?: true

Size: 187 Bytes

Versions: 3

Compression:

Stored size: 187 Bytes

Contents

# encoding: utf-8

module Blather
  class Stanza
    class Presence
      alias :event :rayo_node

      def rayo_event?
        event.is_a? Adhearsion::Event
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
adhearsion-3.0.0.rc1 lib/adhearsion/core_ext/blather/stanza/presence.rb
adhearsion-3.0.0.beta2 lib/adhearsion/core_ext/blather/stanza/presence.rb
adhearsion-3.0.0.beta1 lib/adhearsion/core_ext/blather/stanza/presence.rb