diff libpurple/protocols/jabber/jabber.h @ 31876:08dcd2d4f0b7

Added PurpleSrvTxtQueryUiOps which allow UIs to specify their own mechanisms to resolve SRV and/or TXT queries. Additionally, some functions and datatypes have been renamed to show which are SRV only, which TXT only, and which are used by both.
author thijsalkemade@gmail.com
date Thu, 24 Mar 2011 23:22:29 +0000
parents 53dcfcc71953
children c2dcb6d3b246
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h	Thu Mar 24 15:18:14 2011 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Thu Mar 24 23:22:29 2011 +0000
@@ -100,7 +100,7 @@
 {
 	int fd;
 
-	PurpleSrvQueryData *srv_query_data;
+	PurpleSrvTxtQueryData *srv_query_data;
 
 	xmlParserCtxt *context;
 	xmlnode *current;