File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 123
123
]
124
124
125
125
#: version number
126
- __version__ = '1.3.1.post23 '
126
+ __version__ = '1.3.1.post24 '
Original file line number Diff line number Diff line change @@ -177,8 +177,8 @@ def __str__(self) -> 'str':
177
177
#: Requested file action was okay, completed.
178
178
CODE_250 : 'ReturnCode' = 250 , 'Requested file action was okay, completed.'
179
179
180
- #: User name okay, password okay .
181
- CODE_331 : 'ReturnCode' = 331 , 'User name okay, password okay .'
180
+ #: User name okay, password needed .
181
+ CODE_331 : 'ReturnCode' = 331 , 'User name okay, password needed .'
182
182
183
183
#: No need account for login.
184
184
CODE_332 : 'ReturnCode' = 332 , 'No need account for login.'
Original file line number Diff line number Diff line change @@ -28160,10 +28160,10 @@ def __hash__(self) -> 'int':
28160
28160
#: [TCP] DNS Dynamic Update Service over TLS [:rfc:`6281`]
28161
28161
dns_update_tls: 'AppType' = -1, 'dns-update-tls', TransportProtocol.get('tcp')
28162
28162
28163
- #: [TCP] DNS-SD Service Registration [RFC-ietf-dnssd-srp-25]
28163
+ #: [TCP] DNS-Based Service Discovery [RFC-ietf-dnssd-srp-25]
28164
28164
dnssd_srp: 'AppType' = -1, 'dnssd-srp', TransportProtocol.get('tcp')
28165
28165
28166
- #: [TCP] DNS-SD Service Registration (TLS) [RFC-ietf-dnssd-srp-25]
28166
+ #: [TCP] DNS-Based Service Discovery (TLS) [RFC-ietf-dnssd-srp-25]
28167
28167
dnssd_srp_tls: 'AppType' = -1, 'dnssd-srp-tls', TransportProtocol.get('tcp')
28168
28168
28169
28169
#: [N/A] Roar (Death of Productivity)
You can’t perform that action at this time.
0 commit comments