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 21 21: def IqFeature.import(element) 22: IqFeature::new.import(element) 23: end
# File lib/xmpp4r/feature_negotiation/iq/feature.rb, line 15 15: def initialize 16: super('feature') 17: 18: add_namespace 'http://jabber.org/protocol/feature-neg' 19: end