summaryrefslogtreecommitdiff
path: root/src/protocol/plexus3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/plexus3.c')
-rw-r--r--src/protocol/plexus3.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/protocol/plexus3.c b/src/protocol/plexus3.c
index 016a12dbf..1e6b8ccb7 100644
--- a/src/protocol/plexus3.c
+++ b/src/protocol/plexus3.c
@@ -912,13 +912,14 @@ plexus_cmd_svinfo ()
KNOCK - supports KNOCK
TBURST - supports TBURST
PARA - supports invite broadcasting for +p
- ENCAP - ?
+ ENCAP - supports encapsulization of protocol messages
+ SVS - supports services protocol extensions
*/
void
plexus_cmd_capab ()
{
send_cmd (NULL,
- "CAPAB :QS EX CHW IE EOB KLN UNKLN GLN HUB KNOCK TBURST PARA ENCAP");
+ "CAPAB :QS EX CHW IE EOB KLN UNKLN GLN HUB KNOCK TBURST PARA ENCAP SVS");
}
/* PASS */