Changeset - 993685c38649
[Not reviewed]
0 1 0
Jan Kaluza - 10 years ago 2015-12-24 16:16:28
jkaluza@redhat.com
libpurple jabber: reject plaintext authentification
1 file changed with 7 insertions and 0 deletions:
0 comments (0 inline, 0 general)
backends/libpurple/main.cpp
Show inline comments
 
@@ -163,6 +163,13 @@ static void *requestAction(const char *title, const char *primary, const char *s
 
		va_arg(actions, char *);
 
		((PurpleRequestActionCb) va_arg(actions, GCallback)) (user_data, 2);
 
	}
 
	else if (t == "Plaintext Authentication") {
 
		LOG4CXX_INFO(logger,  "Rejecting plaintext authentification");
 
		va_arg(actions, char *);
 
		va_arg(actions, GCallback);
 
		va_arg(actions, char *);
 
		((PurpleRequestActionCb) va_arg(actions, GCallback)) (user_data, 2);
 
	}
 
	else {
 
		if (title) {
 
			std::string headerString(title);
0 comments (0 inline, 0 general)