Changeset 8676 for branches/gajim_0.11.1/src
- Timestamp:
- 08/31/07 18:45:44 (15 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.1/src/common/connection.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/common/connection.py
r8672 r8676 194 194 % (data[0], data[3]))) 195 195 return 196 req = data[1] .asDict()196 req = data[1] 197 197 req['username'] = self.new_account_info['name'] 198 198 req['password'] = self.new_account_info['password'] … … 222 222 return 223 223 is_form = data[2] 224 if is_form: 225 conf = data[1] 226 else: 227 conf = data[1].asDict() 224 conf = data[1] 228 225 self.dispatch('REGISTER_AGENT_INFO', (data[0], conf, is_form)) 229 226 elif realm == common.xmpp.NS_PRIVACY:
