Moved message functions to xmpp_message.c

This commit is contained in:
James Booth
2013-01-29 00:37:50 +00:00
parent b269ac9702
commit 0f01f30b9c
6 changed files with 298 additions and 283 deletions

View File

@@ -398,7 +398,7 @@ prof_handle_activity(void)
chat_session_set_composing(recipient);
if (!chat_session_get_sent(recipient) ||
chat_session_is_paused(recipient)) {
jabber_send_composing(recipient);
message_send_composing(recipient);
}
}
}