home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / vino / webservices < prev   
Encoding:
Text File  |  2009-04-13  |  1.1 KB  |  29 lines

  1. # This file lists all webservices URLs that can be used by vino to provide
  2. # a connectivity test.
  3.  
  4. # The webservice must be a XMLRPC service, which provides a method 'vino.check':
  5. # vino.check (
  6. #   IN int port, -> port to be tested against. Default is 5900.
  7. #   IN int timeout, -> timeout, in seconds to cancel the testing. Default is 10.
  8. #   OUT string IP, -> The public IP of the machine (variable 'REMOTE_ADDR').
  9. #   OUT bool status, -> True if can connect to the host at specified port.
  10. #   OUT string version -> Version of the method signature, currently is "0.1".
  11. # )
  12. # Basically what the service does is: Try to open a connection into the
  13. # incoming host (REMOTE_ADDR) at the specified port. It returns the IP and
  14. # if the connection was established successfully.
  15.  
  16. # Check a PHP implementation of that service in the file org.gnome.vino.Service.php,
  17. # shipped in vino source code, in 'capplet' folder.
  18.  
  19. # Put one address per line. Blank lines and started with a '#' are ignored.
  20.  
  21.  
  22.  
  23. # Jorge Pereira
  24. http://blog.jorgepereira.com.br/jorge/org.gnome.vino.Service.php
  25.  
  26. # Jonh Wendell
  27. http://www.bani.com.br/vino/vino.php
  28.