Changeset 6409
- Timestamp:
- 05/31/06 23:12:03 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/common/connection.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/connection.py
r6323 r6409 873 873 if not self.connection: 874 874 return 875 p = common.xmpp.Presence(to = agent, typ = ptype) 875 show = helpers.get_xmpp_show(STATUS_LIST[self.connected]) 876 p = common.xmpp.Presence(to = agent, typ = ptype, show = show) 876 877 p = self.add_sha(p, ptype != 'unavailable') 877 878 self.connection.send(p)
