class Vines::Stanza::Presence::Error

Public Instance Methods

process() click to toggle source
# File lib/vines/stanza/presence/error.rb, line 9
def process
  inbound? ? process_inbound : process_outbound
end
process_inbound() click to toggle source
# File lib/vines/stanza/presence/error.rb, line 17
def process_inbound
  # FIXME Implement error handling
end
process_outbound() click to toggle source
# File lib/vines/stanza/presence/error.rb, line 13
def process_outbound
  # FIXME Implement error handling
end