summaryrefslogtreecommitdiff
path: root/dht/Presence/Stanza/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'dht/Presence/Stanza/Types.hs')
-rw-r--r--dht/Presence/Stanza/Types.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/dht/Presence/Stanza/Types.hs b/dht/Presence/Stanza/Types.hs
index 8fc23f84..f09025e0 100644
--- a/dht/Presence/Stanza/Types.hs
+++ b/dht/Presence/Stanza/Types.hs
@@ -122,14 +122,14 @@ data MessageType
122 -- to that resource; otherwise the server MUST either 122 -- to that resource; otherwise the server MUST either
123 -- silently ignore the message or return an error (see 123 -- silently ignore the message or return an error (see
124 -- Section 8). 124 -- Section 8).
125 125 --
126 -- | ErrorMsg -- The message is generated by an entity that experiences an 126 -- | ErrorMsg -- The message is generated by an entity that experiences an
127 -- error when processing a message received from another entity (for 127 -- error when processing a message received from another entity (for
128 -- details regarding stanza error syntax, refer to [XMPP‑CORE]). A client 128 -- details regarding stanza error syntax, refer to [XMPP‑CORE]). A client
129 -- that receives a message of type "error" SHOULD present an appropriate 129 -- that receives a message of type "error" SHOULD present an appropriate
130 -- interface informing the original sender regarding the nature of the 130 -- interface informing the original sender regarding the nature of the
131 -- error. 131 -- error.
132 132 --
133 deriving (Show,Read,Ord,Eq,Enum) 133 deriving (Show,Read,Ord,Eq,Enum)
134 134
135 135