Mercurial > pidgin
comparison libpurple/protocols/jabber/jabber.h @ 32819:2c6510167895 default tip
propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24)
to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sat, 02 Jun 2012 02:30:49 +0000 |
parents | c2dcb6d3b246 |
children |
comparison
equal
deleted
inserted
replaced
32818:01ff09d4a463 | 32819:2c6510167895 |
---|---|
97 } JabberStreamState; | 97 } JabberStreamState; |
98 | 98 |
99 struct _JabberStream | 99 struct _JabberStream |
100 { | 100 { |
101 int fd; | 101 int fd; |
102 guint inpa; | |
102 | 103 |
103 PurpleSrvTxtQueryData *srv_query_data; | 104 PurpleSrvTxtQueryData *srv_query_data; |
104 | 105 |
105 xmlParserCtxt *context; | 106 xmlParserCtxt *context; |
106 xmlnode *current; | 107 xmlnode *current; |