@miconda hi Daniel, follow the code path of handle_subscribe in presence/subscriber.c that leads to `update_subscription` - new subscription - pres_notifier_processes = 0 - dialog subscription => event->req_auth == 0
this code doesn't change the value its null by default, the code path with req_auth != 0, ~line 1202 does set it explicitly to null before calling the subscription handler.