Changeset 7829 for branches/gajim_0.11/src/common/commands.py
- Timestamp:
- 01/13/07 23:35:41 (23 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11/src/common/commands.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11/src/common/commands.py
r7669 r7829 129 129 cmd.addChild('note', {}, 'The status has been changed.') 130 130 131 self.connection.connection.send(response) 131 # if going offline, we need to push response so it won't go into 132 # queue and disappear 133 self.connection.connection.send(response, presencetype=='offline') 132 134 133 135 # send new status
