Class | Jabber::Discovery::IqQueryDiscoInfo |
In: |
lib/xmpp4r/discovery/iq/discoinfo.rb
|
Parent: | IqQuery |
Get list of identities
result: | [Array] of [Identity] |
# File lib/xmpp4r/discovery/iq/discoinfo.rb, line 57 57: def identities 58: get_elements('identity') 59: end
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 27 27: def node 28: attributes['node'] 29: end