improve a comment
This commit is contained in:
parent
c205010d88
commit
9ec5e798b1
|
@ -41,7 +41,7 @@ class Contact:
|
||||||
self.keyID = keyID
|
self.keyID = keyID
|
||||||
|
|
||||||
# please read jep-85 http://www.jabber.org/jeps/jep-0085.html
|
# please read jep-85 http://www.jabber.org/jeps/jep-0085.html
|
||||||
# we keep track of jep85 support by the peer by three extra states:
|
# we keep track of jep85 support with the peer by three extra states:
|
||||||
# None, False and 'ask'
|
# None, False and 'ask'
|
||||||
# None if no info about peer
|
# None if no info about peer
|
||||||
# False if peer does not support jep85
|
# False if peer does not support jep85
|
||||||
|
|
Loading…
Reference in New Issue