Mercurial > pidgin.yaz
diff libpurple/server.c @ 23152:d476ab1b47b2
propagate from branch 'im.pidgin.pidgin.custom_smiley' (head 2a2aa2b4e4f34248a96a684b2e29963c358c1338)
to branch 'im.pidgin.pidgin.next.minor' (head 485ba8630d52b894d8ec9648d6fe2ccb9754d1e8)
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Tue, 13 May 2008 06:04:10 +0000 |
parents | 591ef3693345 |
children | ff8ec3d58367 |
line wrap: on
line diff
--- a/libpurple/server.c Tue May 13 06:03:58 2008 +0000 +++ b/libpurple/server.c Tue May 13 06:04:10 2008 +0000 @@ -967,6 +967,12 @@ purple_signal_emit(purple_conversations_get_handle(), "chat-left", conv); } +void purple_serv_got_join_chat_failed(PurpleConnection *gc, GHashTable *data) +{ + purple_signal_emit(purple_conversations_get_handle(), "chat-join-failed", + gc, data); +} + void serv_got_chat_in(PurpleConnection *g, int id, const char *who, PurpleMessageFlags flags, const char *message, time_t mtime) {