Class | Jabber::FeatureNegotiation::IqFeature |
In: |
lib/xmpp4r/feature_negotiation/iq/feature.rb
|
Parent: | REXML::Element |
Feature negotiation, can appear as direct child to Iq or as child of IqSi
# File lib/xmpp4r/feature_negotiation/iq/feature.rb, line 17 17: def IqFeature.import(element) 18: IqFeature::new.import(element) 19: end
# File lib/xmpp4r/feature_negotiation/iq/feature.rb, line 11 11: def initialize 12: super('feature') 13: 14: add_namespace 'http://jabber.org/protocol/feature-neg' 15: end