Sha256: 000262080534ba0cd43fe0dfe4882de2ae4e67e488bdef27ee125b731044c946

Contents?: true

Size: 187 Bytes

Versions: 49

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? Punchblock::Event
      end
    end
  end
end

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
punchblock-1.4.1 lib/punchblock/core_ext/blather/stanza/presence.rb
punchblock-1.4.0 lib/punchblock/core_ext/blather/stanza/presence.rb
punchblock-1.3.0 lib/punchblock/core_ext/blather/stanza/presence.rb
punchblock-1.2.0 lib/punchblock/core_ext/blather/stanza/presence.rb
punchblock-1.1.0 lib/punchblock/core_ext/blather/stanza/presence.rb
punchblock-1.0.0 lib/punchblock/core_ext/blather/stanza/presence.rb
punchblock-0.12.0 lib/punchblock/core_ext/blather/stanza/presence.rb
punchblock-0.11.0 lib/punchblock/core_ext/blather/stanza/presence.rb
punchblock-0.10.0 lib/punchblock/core_ext/blather/stanza/presence.rb