Changeset - c4e327423f74
[Not reviewed]
0 1 0
Jan Kaluza - 13 years ago 2012-03-15 09:06:52
hanzz.k@gmail.com
inform skype that we seen the received message
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
backends/skype/main.cpp
Show inline comments
 
@@ -699,6 +699,8 @@ static void handle_skype_message(std::string &message, Skype *sk) {
 
				return;
 

	
 
			np->handleMessage(sk->getUser(), from_handle, body);
 

	
 
			sk->send_command("SET CHATMESSAGE " + cmd[1] + " SEEN");
 
		}
 
	}
 
	else if (cmd[0] == "CALL") {
0 comments (0 inline, 0 general)