class Vines::Stanza::Iq::Auth

Public Instance Methods

process() click to toggle source
# File lib/vines/stanza/iq/auth.rb, line 9
def process
  # XEP-0078 says we MUST send a service-unavailable error
  # here, but Adium 1.4.1 won't login if we do that, so just
  # swallow this stanza.
  # raise StanzaErrors::ServiceUnavailable.new(@node, 'cancel')
end