Mercurial > libervia-backend
changeset 461:4e361d295bca
core: typo
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 14 Mar 2012 23:41:06 +0100 |
parents | fb1abc0f8c6a |
children | d9456d94cd12 |
files | src/core/xmpp.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/core/xmpp.py Tue Mar 13 22:04:03 2012 +0100 +++ b/src/core/xmpp.py Wed Mar 14 23:41:06 2012 +0100 @@ -346,7 +346,7 @@ class SatVersionHandler(generic.VersionHandler): def getDiscoInfo(self, requestor, target, node): - #XXX: We need to work around wokkel's behavious (namespace not added if there is a + #XXX: We need to work around wokkel's behaviour (namespace not added if there is a # node) as it cause issues with XEP-0115 & PEP (XEP-0163): there is a node when server # ask for disco info, and not when we generate the key, so the hash is used with different # disco features, and when the server (seen on ejabberd) generate its own hash for security check