/*
* call-seq:
* server_info
*
* Queries the server for its information( name, vendor, server version,
* notification version )
*
* Returns FALSE if there were errors, an Array otherwise
*
* example:
*
* array = Notify.server_info
* p array[0] #print the product name of the server
* p array[1] #print the vendor
* p array[2] #print the server version
* p array[3] #print the specification version supported
*/
static VALUE
get_server_info( VALUE self ) {