Mercurial > pidgin.yaz
comparison libpurple/protocols/simple/simple.c @ 25636:e4a4bc86c547
propagate from branch 'im.pidgin.pidgin' (head 119df2055ed7ee5143047b4d18ae81d58c2feac6)
to branch 'im.pidgin.pidgin.vv' (head 06ea1dd8fde62c8644d3a64b8f8e8a16d6a14dc9)
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Tue, 18 Mar 2008 05:40:29 +0000 |
parents | f5bcb58bdf56 b6bf5a5f261b |
children | 92e71f6e10d4 |
comparison
equal
deleted
inserted
replaced
25635:efaecb71baad | 25636:e4a4bc86c547 |
---|---|
1207 int i = 0; | 1207 int i = 0; |
1208 gchar **ssparts = g_strsplit(sshdr, ":", 0); | 1208 gchar **ssparts = g_strsplit(sshdr, ":", 0); |
1209 while (ssparts[i]) | 1209 while (ssparts[i]) |
1210 { | 1210 { |
1211 g_strchug(ssparts[i]); | 1211 g_strchug(ssparts[i]); |
1212 if (g_str_has_prefix(ssparts[i], "terminated")) | 1212 if (purple_str_has_prefix(ssparts[i], "terminated")) |
1213 { | 1213 { |
1214 purple_debug_info("simple", "Subscription expired!"); | 1214 purple_debug_info("simple", "Subscription expired!"); |
1215 g_free(b->dialog->ourtag); | 1215 g_free(b->dialog->ourtag); |
1216 g_free(b->dialog->theirtag); | 1216 g_free(b->dialog->theirtag); |
1217 g_free(b->dialog->callid); | 1217 g_free(b->dialog->callid); |