libpurple/protocols/jabber/parser.c

changeset 30822
d5307f3cba1b
parent 30741
08f776e14719
child 31294
73607ab89c6f
equal deleted inserted replaced
30821:6213c18c2774 30822:d5307f3cba1b
107 * in this parsing code. 107 * in this parsing code.
108 */ 108 */
109 js->stream_id = g_strdup(""); 109 js->stream_id = g_strdup("");
110 purple_debug_info("jabber", "Server failed to specify a stream " 110 purple_debug_info("jabber", "Server failed to specify a stream "
111 "ID (underspecified in rfc3920, but intended " 111 "ID (underspecified in rfc3920, but intended "
112 "to be a MUST; digest legacy auth may fail."); 112 "to be a MUST; digest legacy auth may fail.\n");
113 #endif 113 #endif
114 } 114 }
115 } else { 115 } else {
116 116
117 if(js->current) 117 if(js->current)

mercurial