comparison libpurple/protocols/bonjour/jabber.h @ 17554:a1d05bc43d95

Send 'to' and 'from' attributes in the stream start message.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 08 Jun 2007 06:15:43 +0000
parents 61005dea822b
children 612dc5149964
comparison
equal deleted inserted replaced
17553:61005dea822b 17554:a1d05bc43d95
25 25
26 #ifndef _BONJOUR_JABBER_H_ 26 #ifndef _BONJOUR_JABBER_H_
27 #define _BONJOUR_JABBER_H_ 27 #define _BONJOUR_JABBER_H_
28 28
29 #include "account.h" 29 #include "account.h"
30
31 #define STREAM_END "</stream:stream>"
32 #define DOCTYPE "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<stream:stream xmlns=\"jabber:client\" xmlns:stream=\"http://etherx.jabber.org/streams\">"
33 30
34 typedef struct _BonjourJabber 31 typedef struct _BonjourJabber
35 { 32 {
36 gint port; 33 gint port;
37 gint socket; 34 gint socket;