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>2015-04-29 00:47:51 +0300
committerEion Robb <eion@robbmob.com>2015-04-29 00:47:51 +0300
commitf2f96ac5e11e0ac0dfd2fa08940ba3c0957278cf (patch)
tree5cd121625b8ecf7f6b560bec5ef2d4d827a34a30 /skypeweb/skypeweb_messages.h
parent6734c3fa770ac55167cc555e66e51ab57a88e953 (diff)
SkypeWeb : Make it easier to join group chats/threads by displaying them in a /list or through the 'Room List' system, including improvements for joining chats from the buddy list
Diffstat (limited to 'skypeweb/skypeweb_messages.h')
-rw-r--r--skypeweb/skypeweb_messages.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/skypeweb/skypeweb_messages.h b/skypeweb/skypeweb_messages.h
index d8bde14..7297011 100644
--- a/skypeweb/skypeweb_messages.h
+++ b/skypeweb/skypeweb_messages.h
@@ -31,6 +31,7 @@ void skypeweb_get_registration_token(SkypeWebAccount *sa);
void skypeweb_chat_invite(PurpleConnection *pc, int id, const char *message, const char *who);
void skypeweb_initiate_chat(SkypeWebAccount *sa, const gchar *who);
void skypeweb_initiate_chat_from_node(PurpleBlistNode *node, gpointer userdata);
+PurpleRoomlist *skypeweb_roomlist_get_list(PurpleConnection *pc);
void skypeweb_subscribe_to_contact_status(SkypeWebAccount *sa, GSList *contacts);
void skypeweb_get_conversation_history_since(SkypeWebAccount *sa, const gchar *convname, time_t since);