Mercurial > pidgin
changeset 25341:859e5b3f5c47
On MSN, don't print an "unknown" message for SLP acknowledgement messages.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sun, 25 Jan 2009 09:13:28 +0000 |
parents | 0e50e4e7aef7 |
children | b3015da48886 |
files | libpurple/protocols/msn/slpcall.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/slpcall.c Tue Jan 20 03:15:56 2009 +0000 +++ b/libpurple/protocols/msn/slpcall.c Sun Jan 25 09:13:28 2009 +0000 @@ -239,6 +239,10 @@ msn_slpcall_session_init(slpcall); } #endif + else if (slpmsg->flags == 0x2) + { + /* Acknowledgement of previous message. Don't do anything currently. */ + } else purple_debug_warning("msn", "Unprocessed SLP message with flags 0x%08lx\n", slpmsg->flags);