aboutsummaryrefslogtreecommitdiff
path: root/Assistant/Types
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-06 22:02:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-06 22:02:47 -0400
commit82a9a3bd5c5cc15323e0f7c3a56ed3df46b8d19a (patch)
tree01633ee6bb9b3651dda8528931b6b36bafc540a5 /Assistant/Types
parent4581ce68361c0d318c325af99a961b67de01e958 (diff)
show when not connected to xmpp server
Diffstat (limited to 'Assistant/Types')
-rw-r--r--Assistant/Types/DaemonStatus.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Assistant/Types/DaemonStatus.hs b/Assistant/Types/DaemonStatus.hs
index a22223476..df95b23c0 100644
--- a/Assistant/Types/DaemonStatus.hs
+++ b/Assistant/Types/DaemonStatus.hs
@@ -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
}