I'm writing a XMPP bot in Python (using xmpppy). I want (after user's request) check his PubSub status (mood, tune) and do something with it. How do I do that?
I know how to parse a stanza send by user when he changes status but I don't know how to force him to send me such stanza.