Currently only Socket_Access_Control_Localhost is implemented in stream tubes. At some point we should add Socket_Access_Control_Port, Socket_Access_Control_Netmask and Socket_Access_Control_Credentials.
Looking at tube-stream.c in Gabble, we actually implement: Socket_Address_Type_Unix: [Socket_Access_Control_Localhost, Socket_Access_Control_Credentials] Socket_Address_Type_IPv4: [Socket_Access_Control_Localhost, Socket_Access_Control_Port] Socket_Address_Type_IPv4: [Socket_Access_Control_Localhost, Socket_Access_Control_Port] Netmask has been deprecated since 0.17.25 and Credentials only make sense for Unix sockets. So the only one we miss is: Socket_Address_Type_Abstract_Unix: [Socket_Access_Control_Localhost, Socket_Access_Control_Credentials]
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/2.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.