Commit 2428e5c6 authored by Tijmen de Mes's avatar Tijmen de Mes

Fixed notification name on dns lookup failure

parent 21e67f57
......@@ -132,7 +132,7 @@ class OutgoingMessage(object):
return
notification_center = NotificationCenter()
notification_center.post_notification('DidNotDeliverMessage', sender=self.session, data=NotificationData(data=NotificationData(code=404, reason=notification.data.error), id=self.id))
notification_center.post_notification('BlinkMessageDidFail', sender=self.session, data=NotificationData(data=NotificationData(code=404, reason=notification.data.error), id=self.id))
def _NH_SIPMessageDidSucceed(self, notification):
notification_center = NotificationCenter()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment