[asterisk-bugs] [JIRA] (ASTERISK-20997) 'xmpp list nodes' returns (null) node names when collection is defined

Rusty Newton (JIRA) noreply at issues.asterisk.org
Sun Jan 27 18:49:58 CST 2013


Rusty Newton created ASTERISK-20997:
---------------------------------------

             Summary: 'xmpp list nodes' returns (null) node names when collection is defined
                 Key: ASTERISK-20997
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20997
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Resources/res_xmpp
    Affects Versions: 11.2.1
         Environment: a i686 running Linux 
            Reporter: marcelloceschia
            Severity: Minor


execute cli command:

xmpp list nodes localhost device_state

Listing pubsub nodes.

<--- XMPP sent to 'localhost' --->
<iq to='pubsub.localhost' from='asterisk03 at localhost/asterisk03' type='get' id='aaadr'><query xmlns='http://jabber.org/protocol/disco#items' node='device_state'/></iq>
<------------->

<--- XMPP received from 'asterisk03' --->
<iq from='pubsub.localhost' to='asterisk03 at localhost/asterisk03' id='aaadr' type='result'><query xmlns='http://jabber.org/protocol/disco#items' node='device_state'><item jid='pubsub.localhost' name='SIP/fritzBox'/><item jid='pubsub.localhost' name='SIP/19'/><item jid='pubsub.localhost' name='SCCP/test'/><item jid='pubsub.localhost' name='Custom:licht '/><item jid='pubsub.localhost' name='IAX2/testserver'/><item jid='pubsub.localhost' name='SCCP/22'/><item jid='pubsub.localhost' name='SCCP/21'/><item jid='pubsub.localhost' name='Custom:mystate '/></query></iq>
<------------->
Connection asterisk03: asterisk03 at localhost
Node name: (null)
Node name: (null)
Node name: (null)
Node name: (null)
Node name: (null)
Node name: (null)
Node name: (null)
Node name: (null)


I expacted the item name and not (null)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list