summaryrefslogtreecommitdiff
path: root/pjlib-util
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2016-06-15 12:32:08 +0000
committerLiong Sauw Ming <ming@teluu.com>2016-06-15 12:32:08 +0000
commit376159f18c06d7909c0a17f15f0a637461e0c1a1 (patch)
treee6d5094132cd56e2c94f9e591a21e1097546d6ff /pjlib-util
parentc00517e9d22522df48e02fc523d454ec2af99e76 (diff)
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
Diffstat (limited to 'pjlib-util')
-rw-r--r--pjlib-util/include/pjlib-util/cli_telnet.h3
1 files changed, 2 insertions, 1 deletions
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
*/