Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2014-12-04 23:53:08 +0300
committerEion Robb <eion@robbmob.com>2014-12-04 23:53:08 +0300
commite0c778c72544a3cd684adade497557483255d500 (patch)
tree31c3cadcdb9a40fa8abc3636e2e8ace22a1cfbbc
parent39376a25782b876a568464541ff3bf112b8307db (diff)
SkypeWeb : Let the UI know that we can have an invite message set on an Add Buddy request
-rw-r--r--skypeweb/libskypeweb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/skypeweb/libskypeweb.c b/skypeweb/libskypeweb.c
index 10600c9..4a5cb07 100644
--- a/skypeweb/libskypeweb.c
+++ b/skypeweb/libskypeweb.c
@@ -254,7 +254,7 @@ skypeweb_login(PurpleAccount *account)
return;
}
- pc->flags |= PURPLE_CONNECTION_HTML | PURPLE_CONNECTION_NO_BGCOLOR | PURPLE_CONNECTION_NO_URLDESC | PURPLE_CONNECTION_NO_FONTSIZE | PURPLE_CONNECTION_NO_IMAGES;
+ pc->flags |= PURPLE_CONNECTION_HTML | PURPLE_CONNECTION_NO_BGCOLOR | PURPLE_CONNECTION_NO_URLDESC | PURPLE_CONNECTION_NO_FONTSIZE;
sa->username = g_strdup(account->username);
sa->account = account;
@@ -359,7 +359,7 @@ static PurplePluginProtocolInfo prpl_info = {
#endif
/* options */
- OPT_PROTO_CHAT_TOPIC,
+ OPT_PROTO_CHAT_TOPIC | OPT_PROTO_INVITE_MESSAGE /*| OPT_PROTO_IM_IMAGE*/,
NULL, /* user_splits */
NULL, /* protocol_options */