]> jfr.im git - solanum.git/commitdiff
account-notify spec: with the extended-join capability, doing a WHO on new users...
authorWilliam Pitcock <redacted>
Thu, 16 Dec 2010 06:35:12 +0000 (00:35 -0600)
committerWilliam Pitcock <redacted>
Thu, 16 Dec 2010 06:35:12 +0000 (00:35 -0600)
doc/account-notify.txt

index 92cd01ac86d734fa79e54abfa018af1cb495b213..3a3648c4f5bb8cac7e06364a6f2cdbc280fd576c 100644 (file)
@@ -40,7 +40,12 @@ you always have the accountname to display is to do the following:
    include the 'a' format token in your WHOX token request.  When you get
    a reply, do appropriate caching.
 
-3) When new users join a channel that your client does not know the accountname
+3) If the extended-join capability is available, enable it at client capability
+   negotiation time during the login handshake, and then set the accountname
+   based on what is sent in the extended JOIN command.
+
+   Otherwise, if extended-join is unavailable:
+   When new users join a channel that your client does not know the accountname
    for yet, do a WHO query against that client, again including the 'a' format
    token in your WHOX token request field.  When you get a reply, do appropriate
    caching.