| Class | Jabber::Discovery::IqQueryDiscoInfo |
| In: |
lib/xmpp4r/discovery/iq/discoinfo.rb
|
| Parent: | IqQuery |
Get the queried Service Discovery node or nil
See IqQueryDiscoItems#node for a small explanation of this.
# File lib/xmpp4r/discovery/iq/discoinfo.rb, line 25
25: def node
26: attributes['node']
27: end