| 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) |