Method: Caps::HelperTest#features
- Defined in:
- lib/vendor/xmpp4r/test/caps/tc_helper.rb
#features ⇒ Object
90 91 92 93 94 |
# File 'lib/vendor/xmpp4r/test/caps/tc_helper.rb', line 90 def features [Jabber::Discovery::Feature.new("http://jabber.org/protocol/disco#info"), Jabber::Discovery::Feature.new("http://jabber.org/protocol/disco#items"), Jabber::Discovery::Feature.new("http://jabber.org/protocol/muc")] end |