Wifly library

Hi! I want to start a new project and I have a (newbie) question.
I am using an Arduino Duemilanove, an ArduinoXBee shield v1.1 and a RN-XV WiFly Module. I want to test the wifi connectivity in order to connect my computer to the Arduino. I have connected the RN-XV to the XBee and this to the Arduino board. The jumpers are on USB setting in order to upload the sketches.
For what I understand, I can use Wifly library I found here:

I have found some examples on the Internet for testing the connectivity, but all of them uses the classes Client and Server. When I compile these sketches, it throws an error saying that these classes are not a type name. After some researching, I changed the references to WiflyClient and WiflyServer, and it compiled ok. Why these sketches uses Client and Server instead of WiflyClient and WiflyServer? I am using Arduino IDE 1.0 and this library is updated to this version, as the author says. I don't know if I'm doing good changing these classes or there is something wrong that I am not understanding.
Thanks, I hope my post is clear enough! :slight_smile:

There are modifications on that site dated yesterday. Perhaps you should download a new copy.

Yes you are right, the author has just modified the files to be compatible with 1.0.

Thanks!

Yet another question.
I have just found another example and another library, here:

And the library that they use here:

Anyone knows the difference between this one and the other I mentioned on my initial post?

Thanks!