Home
last modified time | relevance | path

Searched refs:LM_MESSAGE_TYPE_STREAM (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/loudmouth/loudmouth-1.5.4/loudmouth/
H A Dlm-message.c43 { LM_MESSAGE_TYPE_STREAM, "stream:stream" },
232 if (type != LM_MESSAGE_TYPE_STREAM) { in lm_message_new()
H A Dlm-message.h61 LM_MESSAGE_TYPE_STREAM, enumerator
H A Dlm-connection.c339 if (lm_message_get_type (m) == LM_MESSAGE_TYPE_STREAM) { in connection_handle_message()
956 m = lm_message_new (server_from_jid, LM_MESSAGE_TYPE_STREAM); in connection_send_stream_header()