Changeset 8655 for branches/gajim_0.11.1/src/common
- Timestamp:
- 08/31/07 10:09:52 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/common/zeroconf/client_zeroconf.py
r8651 r8655 196 196 # other part supports stream features 197 197 features = Node('stream:features') 198 features.T.mechanisms.setNamespace(NS_SASL)199 features.T.mechanisms.NT.mechanism = 'PLAIN'200 198 self.Dispatcher.send(features) 201 199 while self.stanzaqueue:
