From 376159f18c06d7909c0a17f15f0a637461e0c1a1 Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Wed, 15 Jun 2016 12:32:08 +0000 Subject: Re #1928 (misc): Add doc about unimplemented config fields of CLI telnet (passwd and welcome message) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5345 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib-util/include/pjlib-util/cli_telnet.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pjlib-util') diff --git a/pjlib-util/include/pjlib-util/cli_telnet.h b/pjlib-util/include/pjlib-util/cli_telnet.h index fff20895..ea9d615e 100644 --- a/pjlib-util/include/pjlib-util/cli_telnet.h +++ b/pjlib-util/include/pjlib-util/cli_telnet.h @@ -94,7 +94,7 @@ typedef struct pj_cli_telnet_cfg /** * Specify a password to be asked to the end user to access the - * application. + * application. Currently this is not implemented yet. * * Default: empty (no password) */ @@ -102,6 +102,7 @@ typedef struct pj_cli_telnet_cfg /** * Specify text message to be displayed to newly connected users. + * Currently this is not implemented yet. * * Default: empty */ -- cgit v1.2.3