Openfire / XMMPpy problem with presence

I am not able to set the presence correctly. It works for show value other than “available”

This works:

cl.send(xmpp.Presence(status=‘having coffee’, priority=2, show=“away”))

This doestn’t:

cl.send(xmpp.Presence(status=‘having coffee’, priority=2, show=“available”))

Any thoughts?