# HG changeset patch # User Andreas Monitzer # Date 1181057616 0 # Node ID 2e93ee8d3083e87ab3775acd8e6d375ffe013b26 # Parent 988102692e390d8272ed58821dc6d17da913b708 Fixed binary compatibility diff -r 988102692e39 -r 2e93ee8d3083 libpurple/protocols/jabber/jabber.h --- a/libpurple/protocols/jabber/jabber.h Tue Jun 05 15:18:30 2007 +0000 +++ b/libpurple/protocols/jabber/jabber.h Tue Jun 05 15:33:36 2007 +0000 @@ -136,8 +136,6 @@ char *gmail_last_time; char *gmail_last_tid; - char *serverFQDN; - /* OK, this stays at the end of the struct, so plugins can depend * on the rest of the stuff being in the right place */ @@ -148,6 +146,7 @@ int sasl_maxbuf; GString *sasl_mechs; #endif + char *serverFQDN; } JabberStream;