class Vines::Stanza::Iq::Error

Public Instance Methods

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