]> sjero.net Git - linphone/blobdiff - coreapi/presence.c
refer improvements, and caught refers
[linphone] / coreapi / presence.c
index 4367130d5e605da284bda1046c56711ed928458a..8d9d39474525b66299b9f22de290376699b3bf6a 100644 (file)
@@ -130,7 +130,7 @@ void linphone_notify_recv(LinphoneCore *lc, SalOp *op, SalSubscribeState ss, Sal
                tmp=linphone_address_as_string(friend);
                lf->status=estatus;
                lf->subscribe_active=TRUE;
-               lc->vtable.notify_recv(lc,(LinphoneFriend*)lf);
+               lc->vtable.notify_presence_recv(lc,(LinphoneFriend*)lf);
                ms_free(tmp);
        }else{
                ms_message("But this person is not part of our friend list, so we don't care.");