summaryrefslogtreecommitdiff
path: root/dht/Presence/ClientState.hs
diff options
context:
space:
mode:
Diffstat (limited to 'dht/Presence/ClientState.hs')
-rw-r--r--dht/Presence/ClientState.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/dht/Presence/ClientState.hs b/dht/Presence/ClientState.hs
index 08cc54ed..9c7e7b97 100644
--- a/dht/Presence/ClientState.hs
+++ b/dht/Presence/ClientState.hs
@@ -9,8 +9,8 @@ import UTmp ( ProcessID )
9import XMPPServer ( Stanza ) 9import XMPPServer ( Stanza )
10 10
11data ClientState = ClientState 11data ClientState = ClientState
12 -- | The unix tty or the jabber resource for this client. 12 { -- | The unix tty or the jabber resource for this client.
13 { clientResource :: Text 13 clientResource :: Text
14 -- | Unix user that is running this client. 14 -- | Unix user that is running this client.
15 , clientUser :: Text 15 , clientUser :: Text
16 -- | The specific roster/identity of the user that this client presenting. 16 -- | The specific roster/identity of the user that this client presenting.