Openfire pubsub whitelisting

Does anyone know if Openfire 3.6.4 supports the addition / removal of whitelist users for pubsub? The spec that I was reading indicates that it is optional, but as opposed to giving me an error, Openfire simply returns an empty list… the pubsub doc referred me to this section: http://xmpp.org/extensions/xep-0060.html#owner-affiliations to deal with whitelisting users.

I was assuming that Openfire would return the jid of the node owner when I make the first request (the same jid sending the message as well):

query:




response:






Thank you in advance!

I don’t know if this works or not but I created issue OF-361 for it.

Thank you very much!