Decoding Google Talk packets

I am using my own decoder to decode packets. Google Talk’s packets fall under HTTP_IPv4 protocol using my decoder, I can see the email ID inside the packet. However I can’t see the content ( e.g “Hi, how are you ?” ,etc ) of the packets, I believe it is encrypted (or is it not?). Is there a way to decode the packet till very details ?

Thank you.