diff options
author | <robert.mcqueen@collabora.co.uk> | 2005-12-01 12:26:53 +0000 |
---|---|---|
committer | <robert.mcqueen@collabora.co.uk> | 2005-12-01 12:26:53 +0000 |
commit | 3720dbb66b70f35128e340e15605314be7635064 (patch) | |
tree | 994c07306d71108dff84a9faa7b2b2ed6a0ebb81 | |
parent | c8b96a9e24e966f408d8a7676394c52b64dc714b (diff) |
remove authentication-realm/username/type parameters in light of discussions with Kai - the server challenges you with a realm, not you providing onetelepathy-spec-0.11.0
-rw-r--r-- | telepathy/server/connmgr.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/telepathy/server/connmgr.py b/telepathy/server/connmgr.py index 5eea8fae..afef8786 100644 --- a/telepathy/server/connmgr.py +++ b/telepathy/server/connmgr.py @@ -234,15 +234,6 @@ class ConnectionManager(dbus.service.Object): s:fullname - the user's full name if the service requires this when authenticating or registering. - s:authentication-realm - a string identifier for your authentication - realm, if necessary. - - s:authentication-username - a username to use for authentication, if - necessary. - - s:authentication-type - a string representation of authentication type, - such as 'Digest'. - Parameters: proto - the protocol identifier parameters - a dictionary mapping parameter name to the variant boxed value |