Ticket #1955: connection_lost.patch
| File connection_lost.patch, 0.5 kB (added by j@…, 3 years ago) |
|---|
-
src/common/connection.py
159 159 # END disconenctedReconnCB 160 160 161 161 def _connection_lost(self): 162 self.disconnect(on_purpose = False) 163 self.dispatch('STATUS', 'offline') 162 164 self.dispatch('ERROR', 163 165 (_('Connection with account "%s" has been lost') % self.name, 164 166 _('To continue sending and receiving messages, you will need to reconnect.')))
