lib/blather/stanza/presence.rb in blather-0.4.16 vs lib/blather/stanza/presence.rb in blather-0.5.0

- old
+ new

@@ -68,9 +68,10 @@ # # presence.type = :invalid # => RuntimeError # # @handler :presence class Presence < Stanza + # @private VALID_TYPES = [ :unavailable, :subscribe, :subscribed, :unsubscribe, :unsubscribed,