Ignore:
Timestamp:
Mar 19, 2010 4:48:15 PM (3 years ago)
Author:
laurent
Branch:
default
Message:

openwengo => qutecom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libs/owutil/http/tests/test2/HttpRequestWindow.cpp

    r1 r123  
    11/* 
    2  * WengoPhone, a voice over Internet phone 
    3  * Copyright (C) 2004-2007 Wengo 
     2 * QuteCom, a voice over Internet phone 
     3 * Copyright (C) Wengo Wengo 
    44 * 
    55 * This program is free software; you can redistribute it and/or modify 
     
    5252        std::string password = _ui->passwordLineEdit->text().toStdString(); 
    5353 
    54         //http://ws.wengo.fr/softphone-sso/sso2.php?lang=en&wl=wengo&login=MYLOGIN&password=MYPASSWORD 
    55         _httpRequest->sendRequest(true, "ws.wengo.fr", 443, 
     54        //http://ws.qutecom.fr/softphone-sso/sso2.php?lang=en&wl=qutecom&login=MYLOGIN&password=MYPASSWORD 
     55        _httpRequest->sendRequest(true, "ws.qutecom.fr", 443, 
    5656                "/softphone-sso/sso2.php", 
    57                 "lang=en&wl=wengo&login=" + login + "&password=" + password, 
     57                "lang=en&wl=qutecom&login=" + login + "&password=" + password, 
    5858                false); 
    5959} 
Note: See TracChangeset for help on using the changeset viewer.