Changeset - 083568c35be9
[Not reviewed]
0 1 0
Sarang Bharadwaj - 13 years ago 2012-05-24 20:56:13
sarang.bh@gmail.com
Removed my proxy settings
1 file changed with 8 insertions and 8 deletions:
0 comments (0 inline, 0 general)
backends/twitter/main.cpp
Show inline comments
 
@@ -358,14 +358,14 @@ class TwitterPlugin : public NetworkPlugin {
 
			handleConnected(user);
 
			handleBuddyChanged(user, "twitter-account", "twitter", std::vector<std::string>(), pbnetwork::STATUS_ONLINE);
 
	        
 
			std::string ip = "10.93.0.36";
 
			std::string port = "3128";
 
			std::string puser = "cs09s022";
 
			std::string ppasswd = "$@R@ng123";
 
			sessions[user]->setProxyServerIp(ip);
 
	        sessions[user]->setProxyServerPort(port);
 
	        sessions[user]->setProxyUserName(puser);
 
	        sessions[user]->setProxyPassword(ppasswd);
 
//			std::string ip = "10.93.0.36";
 
//			std::string port = "3128";
 
//			std::string puser = "cs09s022";
 
//			std::string ppasswd = "";
 
//			sessions[user]->setProxyServerIp(ip);
 
//	        sessions[user]->setProxyServerPort(port);
 
//	        sessions[user]->setProxyUserName(puser);
 
//	        sessions[user]->setProxyPassword(ppasswd);
 
			
 
			connectionState[user] = NEW;
 
			
0 comments (0 inline, 0 general)