| 1038 value = token; |
1038 value = token; |
| 1039 |
1039 |
| 1040 /* Incoming protocol messages get tagged as MSIM_TYPE_RAW, which |
1040 /* Incoming protocol messages get tagged as MSIM_TYPE_RAW, which |
| 1041 * represents an untyped piece of data. msim_msg_get_* will |
1041 * represents an untyped piece of data. msim_msg_get_* will |
| 1042 * convert to appropriate types for caller, and handle unescaping if needed. */ |
1042 * convert to appropriate types for caller, and handle unescaping if needed. */ |
| 1043 msg = msim_msg_append(msg, g_strdup(key), MSIM_TYPE_RAW, g_strdup(value)); |
1043 msg = msim_msg_append_dynamic_name(msg, g_strdup(key), MSIM_TYPE_RAW, g_strdup(value)); |
| 1044 #ifdef MSIM_DEBUG_PARSE |
1044 #ifdef MSIM_DEBUG_PARSE |
| 1045 purple_debug_info("msim", "insert string: |%s|=|%s|\n", key, value); |
1045 purple_debug_info("msim", "insert string: |%s|=|%s|\n", key, value); |
| 1046 #endif |
1046 #endif |
| 1047 } else { |
1047 } else { |
| 1048 /* Even numbered indexes are key names. */ |
1048 /* Even numbered indexes are key names. */ |