diff options
-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 |