@rfuchs commented on this pull request.


> +                             else if(str_eq(&key, "from-tags")) {
+                                       err = "missing value";
+                                       if(!val.s)
+                                               goto error;
+
+                                       if(!ng_flags->from_tags) {
+                                               ng_flags->from_tags =
+                                                               
bencode_list(ng_flags->dict->buffer);
+                                       }
+                                       
bencode_list_add_str(ng_flags->from_tags, &val);
+                               } else

Yes they're different keys, but for a subscribe request putting 
`from-tag=foobar` is identical to `from-tags=[foobar]`

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4274#discussion_r2132358559
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/pull/4274/review/2905196...@github.com>
_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to