OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

mqtt message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Commented: (MQTT-91) Websockets close code and reason


    [ http://tools.oasis-open.org/issues/browse/MQTT-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=35182#action_35182 ] 

Raphael Cohen commented on MQTT-91:
-----------------------------------

I think there's 3 possible ways we could set the closure code:-

a) Ignore it and just use 1000 even for errors unless they specifically WebSockets-related - we're using WebSockets as a transport like TCP. Does anyone ever take any notice of TCP-like failure codes apart from 'its broken' (eg when getting EPOLL_ERR, go look up the error that was last found on the FD)?
b) Map the connack codes to a websockets private use range (which I think you're proposing above)
c) Something else that reflects the semantics needed for WebSockets, eg just 1000 =OK and 1001 =BAD, as the connack codes are being carried in the higher-layer (MQTT packets)

In practice, I can imagine implementations choosing to use HTTP headers to 'log in' in, so even some of the CONNACK codes might not be encountered. So I'd go for (b), but as a MAY, simply because not all implementations will be able to set the code (including those being bridged). In practice, this means that clients can't rely on a normal closure code actually being normal closure (because a bridge might not know unless it detects a broken TCP socket session).

For reason texts, I'd propose either:-

a) SHOULD set it to the connack description (if using b)
b) MAY instead of SHOULD
c) Freeform

I'd go for c unless we have a need to distinguish error conditions by text rather than code (which I think is unlikely).


> Websockets close code and reason
> --------------------------------
>
>                 Key: MQTT-91
>                 URL: http://tools.oasis-open.org/issues/browse/MQTT-91
>             Project: OASIS Message Queuing Telemetry Transport (MQTT) TC
>          Issue Type: Improvement
>    Affects Versions: 3.1.1
>            Reporter: Andrew Banks
>             Fix For: 3.1.1
>
>
> The use of Websockets as a transport is described in WD13 Appendix A line 1711
> Ken Borgendale suggests that this might also specify the close code and reason.
> Java J2EE 1.7 and Mozilla javascript give the ability to set these but other interfaces may not., so we can only make a recommendation.
> Normal closure ( 1000)  would be the default, but should we recommend using 1002 Protocol_Error if there is an MQTT Protocol error etc?
> What reason text should be sent if any?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]