class Vines::Stanza::Iq::Result

Public Instance Methods

process() click to toggle source
# File lib/vines/stanza/iq/result.rb, line 9
def process
  return if route_iq
  # do nothing
end