Skip to content
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.

Commit

Permalink
Remove whitespace [Gun.io WhitespaceBot]
Browse files Browse the repository at this point in the history
  • Loading branch information
Gun.io Whitespace Robot committed Oct 30, 2011
1 parent e6faaf5 commit 5b50c5d
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 7 deletions.
20 changes: 20 additions & 0 deletions .gitignore
@@ -0,0 +1,20 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.pyc

# Logs and databases #
######################
*.log

# OS generated files #
######################
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
2 changes: 1 addition & 1 deletion lib/googleVoice.php
Expand Up @@ -14,7 +14,7 @@ class GoogleVoice
public function __construct($username,$password)
{
$this->username = $username;
$this->password = $password;
$this->password = $password;
$this->login();
}
// Login to Google Voice
Expand Down
2 changes: 1 addition & 1 deletion service.php
Expand Up @@ -34,7 +34,7 @@ function GetUserInfo($complex)
$xml = new SimpleXMLElement($xmsUser);
$user = $xml->userId;
$pass = $xml->password;

try
{
$gv = new GoogleVoice($user,$pass);
Expand Down
4 changes: 2 additions & 2 deletions settings.php
Expand Up @@ -2,13 +2,13 @@
/**
Settings Go Here
**/

class Settings
{
const SERVICE_NAME = "Google Voice OMS";
const SERVICE_SHORTNAME = "GVOMS";
const SERVICE_SIGNUP = "http://www.gvoms.com/signup";
const SERVICE_BASE = "http://oms.gvoms.com"; // Remember, must be HTTPS for use with Outlook

// You will also need to edit disco.xml and oms.wsdl
}
6 changes: 3 additions & 3 deletions xml/disco.xml
@@ -1,4 +1,4 @@
<discovery xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/disco/">
<contractRef ref="https://localhost.gtaero.net/oms/xml/oms.wsdl" docRef="https://localhost.gtaero.net/oms/service.php" xmlns="http://schemas.xmlsoap.org/disco/scl/" />
<soap address="https://localhost.gtaero.net/oms/service.php" xmlns:q1="http://schemas.microsoft.com/office/Outlook/2006/OMS" binding="q1:Koneko_GV_Soap" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
<discovery xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/disco/">
<contractRef ref="https://localhost.gtaero.net/oms/xml/oms.wsdl" docRef="https://localhost.gtaero.net/oms/service.php" xmlns="http://schemas.xmlsoap.org/disco/scl/" />
<soap address="https://localhost.gtaero.net/oms/service.php" xmlns:q1="http://schemas.microsoft.com/office/Outlook/2006/OMS" binding="q1:Koneko_GV_Soap" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
</discovery>

0 comments on commit 5b50c5d

Please sign in to comment.