Added basic delivery receipts

This commit is contained in:
James Booth
2015-03-11 23:18:28 +00:00
parent e5bb12a0d6
commit 78becceedb
10 changed files with 158 additions and 37 deletions

View File

@@ -402,6 +402,12 @@ handle_delayed_message(char *barejid, char *message, GTimeVal tv_stamp)
}
}
void
handle_message_receipt(char *barejid, char *id)
{
ui_message_receipt(barejid, id);
}
void
handle_typing(char *barejid, char *resource)
{