show when not connected to xmpp server

This commit is contained in:
Joey Hess 2013-03-06 22:02:47 -04:00
parent 15ef899b12
commit f8c2dc82d8
4 changed files with 14 additions and 6 deletions

View file

@ -58,7 +58,8 @@ data DaemonStatus = DaemonStatus
, alertNotifier :: NotificationBroadcaster
-- Broadcasts notifications when the syncRemotes change
, syncRemotesNotifier :: NotificationBroadcaster
-- When the XMPP client is in use, this will contain its JI.
-- When the XMPP client is connected, this will contain the XMPP
-- address.
, xmppClientID :: Maybe ClientID
}