class Vines::Stanza::Iq::Ping

Public Instance Methods

process() click to toggle source
# File lib/vines/stanza/iq/ping.rb, line 9
def process
  return if route_iq || !allowed?
  stream.write(to_result)
end