Mercurial > pidgin.yaz
diff libpurple/protocols/jabber/jabber.c @ 30905:ae615b3d3e47
First shot at refactoring the Google-specific XMPP code.
TODO: decouple GoogleSession from PurpleMedia
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Thu, 25 Mar 2010 20:16:48 +0000 |
parents | 9f59abd49def |
children | 25e200cb3532 |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c Mon Mar 22 22:23:35 2010 +0000 +++ b/libpurple/protocols/jabber/jabber.c Thu Mar 25 20:16:48 2010 +0000 @@ -51,7 +51,9 @@ #include "chat.h" #include "data.h" #include "disco.h" -#include "google.h" +#include "google/google.h" +#include "google/google_roster.h" +#include "google/google_session.h" #include "ibb.h" #include "iq.h" #include "jutil.h"