comparison 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
comparison
equal deleted inserted replaced
31859:5043fc53f957 31876:08dcd2d4f0b7
98 98
99 struct _JabberStream 99 struct _JabberStream
100 { 100 {
101 int fd; 101 int fd;
102 102
103 PurpleSrvQueryData *srv_query_data; 103 PurpleSrvTxtQueryData *srv_query_data;
104 104
105 xmlParserCtxt *context; 105 xmlParserCtxt *context;
106 xmlnode *current; 106 xmlnode *current;
107 107
108 struct { 108 struct {