Changeset 181:ff6c627d93a9
- Timestamp:
- 11/26/08 04:03:39 (3 years ago)
- Author:
- cfreeze@…
- Branch:
- CAP_1.1
- Message:
-
fix jabber device with new CAP 1.1 changes
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r122
|
r181
|
|
| 94 | 94 | self.log.warn("Warning: unable to perform SASL auth os %s. Old authentication method used!" % jid) |
| 95 | 95 | |
| 96 | | cl.send(xmpp.protocol.Message(self.to,alert.detailed,None, alert.event + "(" + alert.area + ")")) |
| | 96 | cl.send(xmpp.protocol.Message(self.to,alert.detailed,None, alert.headline + "(" + alert.getAreas() + ")")) |
| 97 | 97 | |
| 98 | 98 | class JabberAlertDeviceInfo(object): |