account-notify spec: with the extended-join capability, doing a WHO on new users is not necessary.

This commit is contained in:
William Pitcock 2010-12-16 00:35:12 -06:00
parent 261e2f9399
commit f56b4e3c07

View 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.