Changeset 8635 for branches/gajim_0.11.1/src/common
- Timestamp:
- 08/30/07 22:47:47 (15 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.1/src/common/connection.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/common/connection.py
r8617 r8635 431 431 ConnectionHandlers._register_handlers(self, con, con_type) 432 432 name = gajim.config.get_per('accounts', self.name, 'name') 433 hostname = gajim.config.get_per('accounts', self.name, 'hostname') 433 434 self.connection = con 434 435 con.auth(name, self.password, self.server_resource, 1, self.__on_auth)
