.ds RF FORMFEED[Page %]
.ds CF
.ds LH Internet Draft
-.ds RH 11 August 2003
+.ds RH 4 February 2004
.ds CH
.na
.hy 0
.nf
Network Working Group P. Riikonen
Internet-Draft
-draft-riikonen-silc-pp-08.txt 11 August 2003
-Expires: 11 February 2004
+draft-riikonen-silc-pp-08.txt 4 February 2004
+Expires: 4 August 2004
.in 3
Arguments: (1) <Client ID> (2) <message>
The <Client ID> is the client which left SILC network. The
- <message> is free text string indicating the reason of the
+ <message> is free UTF-8 text string indicating the reason of the
signoff.
Max Arguments: 1
Arguments: (1) <motd>
- The <motd> is the Message of the Day. This notify MAY be
- ignored.
+ The <motd> is the Message of the Day. It is UTF-8 encoded
+ string. This notify MAY be ignored.
10 SILC_NOTIFY_TYPE_CHANNEL_CHANGE
(3) <Kicker's Client ID>
The <Client ID> is the client which was kicked from the channel.
- The kicker may have set the <comment> to indicate the reason for
- the kicking. The <Kicker's Client ID> is the kicker.
+ The kicker may have set the UTF-8 <comment> string to indicate the
+ reason for the kicking. The <Kicker's Client ID> is the kicker.
13 SILC_NOTIFY_TYPE_KILLED
(3) <Killer's ID>
The <Client ID> is the client which was killed from the network.
- The killer may have set the <comment> to indicate the reason for
- the killing. The <Killer's ID> is the killer, which may be
- client but also router server.
+ The killer may have set the UTF-8 <comment> string to indicate the
+ reason for the killing. The <Killer's ID> is the killer, which
+ may be client but also router server.
14 SILC_NOTIFY_TYPE_UMODE_CHANGE
.in 6
o Error Message (variable length) - Human readable error
- message as UTF-8 string.
+ message as UTF-8 encoded string.
.in 3
o Real Name Length (2 bytes) - Length of the Real Name field.
o Real Name (variable length) - The real name of the user
- on the host where connecting to the SILC server.
+ on the host where connecting to the SILC server, as UTF-8
+ encoded string.
.in 3