diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-06 22:02:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-06 22:02:47 -0400 |
commit | 82a9a3bd5c5cc15323e0f7c3a56ed3df46b8d19a (patch) | |
tree | 01633ee6bb9b3651dda8528931b6b36bafc540a5 /Assistant/Types | |
parent | 4581ce68361c0d318c325af99a961b67de01e958 (diff) |
show when not connected to xmpp server
Diffstat (limited to 'Assistant/Types')
-rw-r--r-- | Assistant/Types/DaemonStatus.hs | 3 |
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 } |