File tree Expand file tree Collapse file tree 6 files changed +9
-6
lines changed
Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -862,9 +862,9 @@ Description: Extra modules for the Kamailio SIP Server
862862 .
863863 This package provides a set of modules for compression of SIP attachments,
864864 UUID usage, JSON data structure support, HTTP restful API asynchronous
865- access and a few more functions:
865+ access, JWT (JSON Web Token) and a few more functions:
866866 .
867- gzcompress uuid evapi jansson janssonrpcc http_async_client nghttp2
867+ gzcompress uuid evapi jansson janssonrpcc http_async_client jwt nghttp2
868868
869869Package: kamailio-nth
870870Architecture: any
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ EXTRA_GROUPS += gzcompress
9595EXTRA_GROUPS += jansson
9696EXTRA_GROUPS += uuid
9797EXTRA_GROUPS += http_async
98+ EXTRA_GROUPS += jwt
9899EXTRA_GROUPS += nghttp2
99100
100101INSTALL_MODULES := $(addprefix install_, $(PACKAGE_GROUPS ) )
Original file line number Diff line number Diff line change @@ -879,9 +879,9 @@ Description: Extra modules for the Kamailio SIP Server
879879 .
880880 This package provides a set of modules for compression of SIP attachments,
881881 UUID usage, JSON data structure support, HTTP restful API asynchronous
882- access and a few more functions:
882+ access, JWT (JSON Web Token) and a few more functions:
883883 .
884- gzcompress uuid evapi jansson janssonrpcc http_async_client nghttp2
884+ gzcompress uuid evapi jansson janssonrpcc http_async_client jwt nghttp2
885885
886886Package: kamailio-nth
887887Architecture: any
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ EXTRA_GROUPS += gzcompress
9595EXTRA_GROUPS += jansson
9696EXTRA_GROUPS += uuid
9797EXTRA_GROUPS += http_async
98+ EXTRA_GROUPS += jwt
9899EXTRA_GROUPS += nghttp2
99100
100101INSTALL_MODULES := $(addprefix install_, $(PACKAGE_GROUPS ) )
Original file line number Diff line number Diff line change @@ -879,9 +879,9 @@ Description: Extra modules for the Kamailio SIP Server
879879 .
880880 This package provides a set of modules for compression of SIP attachments,
881881 UUID usage, JSON data structure support, HTTP restful API asynchronous
882- access and a few more functions:
882+ access, JWT (JSON Web Token) and a few more functions:
883883 .
884- gzcompress uuid evapi jansson janssonrpcc http_async_client nghttp2
884+ gzcompress uuid evapi jansson janssonrpcc http_async_client jwt nghttp2
885885
886886Package: kamailio-nth
887887Architecture: any
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ EXTRA_GROUPS += gzcompress
9595EXTRA_GROUPS += jansson
9696EXTRA_GROUPS += uuid
9797EXTRA_GROUPS += http_async
98+ EXTRA_GROUPS += jwt
9899EXTRA_GROUPS += nghttp2
99100
100101INSTALL_MODULES := $(addprefix install_, $(PACKAGE_GROUPS ) )
You can’t perform that action at this time.
0 commit comments