lib/blather/errors/sasl_error.rb in blather-0.4.16 vs lib/blather/errors/sasl_error.rb in blather-0.5.0

- old
+ new

@@ -3,9 +3,10 @@ # General SASL Errors # Check #name for the error name # # @handler :sasl_error class SASLError < BlatherError + # @private SASL_ERR_NS = 'urn:ietf:params:xml:ns:xmpp-sasl' class_inheritable_accessor :err_name # @private @@registrations = {}