Where do I find the xbee library

I tried google'ing xbee and reading lots of posts, I'm surprised I don't see an answer to this....

I've got the XBee shield remixed and am trying to get it to connect to my network controller AVR USB Raven. I wanted to send various commands to the Xbee shield to verify its settings and I see code that includes the header <XBee.h> so I assume there is a library that makes comm to this shield pretty easy.

Could someone point me in the right direction?

Thanks, Ray

Google's first answer for "xbee.h" led me to:

http://www.makingthings.com/ref/firmware/html/group___x_bee.html

I'm sure you could team this up with NewSoftSerial or something

Yeah, I saw that, but they've got a code listing with line numbers. I guess I could copy that and manually delete the line numbers, but I was looking for a code repository so i knew I had the latest version.

I did find some later, thanks anyway.