Changeset 181:ff6c627d93a9

Show
Ignore:
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:
1 modified

Legend:

Unmodified
Added
Removed
  • StormSiren/JabberAlertDevice.py

    r122 r181  
    9494                        self.log.warn("Warning: unable to perform SASL auth os %s. Old authentication method used!" % jid) 
    9595 
    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() + ")")) 
    9797 
    9898class JabberAlertDeviceInfo(object):