Presence photos

I am using the Presence plugin and see that when I add &type=xml I get a xml response that contains a “vcard-temp:x:update” photo as well as a “jabber:x:avatar” hash. Is there any way to use this to pull the image to an outside entity? I am trying to create an in/out board and would like to put the users picture/vcard information on it. Thanks!

In HTML/JavaScript, you can use the data: protocol to display the base64 encoded image like example below.