Revision 86a275d006918d9275d9888971c38d019802a00b
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Sat Mar 24 17:14:48 EDT 2007
o -----------------------------------------------------------------
| Revision: 86a275d006918d9275d9888971c38d019802a00b
| Ancestor: a7d4dbc1c1e7ecba508354d12ff49fa9ee850bf1
| Author: nosnilmot at pidgin.im
| Date: 2007-03-24T20:06:21
| Branch: im.pidgin.pidgin
|
| Modified files:
| libpurple/protocols/jabber/auth.c
| libpurple/protocols/jabber/jabber.c
| libpurple/protocols/jabber/jutil.c
| libpurple/protocols/jabber/jutil.h
| libpurple/protocols/jabber/presence.c
|
| ChangeLog:
|
| Re-arrange #includes so 'make check' stands a chance of passing during
| 'make distcheck'
|
|
| ============================================================
| --- libpurple/protocols/jabber/auth.c d7da634da64e650c1e13347dfe4bbd519df0c94f
| +++ libpurple/protocols/jabber/auth.c b28490f91e953997bf6c7ed054cdc92967ed7e7c
| @@ -20,18 +20,20 @@
| */
| #include "internal.h"
|
| +#include "account.h"
| +#include "debug.h"
| +#include "cipher.h"
| +#include "conversation.h"
| +#include "request.h"
| +#include "sslconn.h"
| +#include "util.h"
| +#include "xmlnode.h"
| +
| #include "jutil.h"
| #include "auth.h"
| -#include "xmlnode.h"
| #include "jabber.h"
| #include "iq.h"
|
| -#include "debug.h"
| -#include "util.h"
| -#include "cipher.h"
| -#include "sslconn.h"
| -#include "request.h"
| -
| static void auth_old_result_cb(JabberStream *js, xmlnode *packet,
| gpointer data);
|
| ============================================================
| --- libpurple/protocols/jabber/jabber.c 3ef19ac71fa058baca546defbc3a3bf882a5bc0b
| +++ libpurple/protocols/jabber/jabber.c 141364b1f879c0a2c87215693729c9c3da54a339
| @@ -25,6 +25,7 @@
| #include "blist.h"
| #include "cmds.h"
| #include "connection.h"
| +#include "conversation.h"
| #include "debug.h"
| #include "dnssrv.h"
| #include "message.h"
| @@ -36,6 +37,7 @@
| #include "server.h"
| #include "util.h"
| #include "version.h"
| +#include "xmlnode.h"
|
| #include "auth.h"
| #include "buddy.h"
| ============================================================
| --- libpurple/protocols/jabber/jutil.c 1d344c7e97dcd21954733bd7571a8de3fbbf5877
| +++ libpurple/protocols/jabber/jutil.c 3569846a7d2dfc3ed4e396587f152d547cf231fa
| @@ -19,8 +19,11 @@
| *
| */
| #include "internal.h"
| +#include "account.h"
| +#include "conversation.h"
| #include "server.h"
| #include "util.h"
| +#include "xmlnode.h"
|
| #include "chat.h"
| #include "presence.h"
| ============================================================
| --- libpurple/protocols/jabber/jutil.h f55a65b157435cefb2dc5fc47af51b3f0f64c8f6
| +++ libpurple/protocols/jabber/jutil.h 76147b456f1ea49fa54065f372ffe921f9f55643
| @@ -22,11 +22,6 @@
| #ifndef _PURPLE_JABBER_JUTIL_H_
| #define _PURPLE_JABBER_JUTIL_H_
|
| -#include "account.h"
| -#include "conversation.h"
| -#include "xmlnode.h"
| -
| -
| typedef struct _JabberID {
| char *node;
| char *domain;
| ============================================================
| --- libpurple/protocols/jabber/presence.c 20a70bc27ab344ab21b2ff8d0ebdafb81494d23b
| +++ libpurple/protocols/jabber/presence.c a9483d678d25780d0bc875a2fe8969773ba96a95
| @@ -20,20 +20,22 @@
| */
| #include "internal.h"
|
| +#include "account.h"
| #include "cipher.h"
| +#include "conversation.h"
| #include "debug.h"
| #include "notify.h"
| #include "request.h"
| #include "server.h"
| #include "status.h"
| #include "util.h"
| +#include "xmlnode.h"
|
| #include "buddy.h"
| #include "chat.h"
| #include "presence.h"
| #include "iq.h"
| #include "jutil.h"
| -#include "xmlnode.h"
|
|
| static void chats_send_presence_foreach(gpointer key, gpointer val,
To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from 86a275d006918d9275d9888971c38d019802a00b
More information about the Commits
mailing list