Cannot retrieve unsubscribed Contacts from Roster

Hi all,

when we issue a request for the roster after login, we never get back any contacts with subscription=none.

We would really like to display all of the user’s contacts in our application!
Also the XMPP-documentation that I’ve read so far states that it should be possible to obtain unsubscribed contacts.

Openfire version is 4.6.4.
We issue this request:



…and get back an iq with type=‘result’ that contains only the items with subscription different from ‘none’.

Any ideas?

Sorry, somehow messed up the request for getting the roster.
It is this stanza that we use (copied more or less from the Specification)

<iq from='myUser@myCompany.com'
       id='xged9ga'
       type='get'>
    <query xmlns='jabber:iq:roster'/>
  </iq>