#csarvenMy AP knowledge is probably rusty, .. is "the server recognizes that this is an object being newly created, and does the courtesy of wrapping it in a Create activity" an AP expectation i.e., the wrapping the object with the activity, or implementation? I should check the spec :)_
#csarvenAh.. so "Since it's an activity, her server knows it doesn't need to wrap it in a Create object." hints at the server being smart to know whether to wrap it or not.
#ajordanwe use SockJS which provides WebSocket-like semantics while falling back to other methods internally when necessary
#ajordanI've definitely thought about that as something to follow up in the CG; seems really useful
#ajordanI thought we had a bug open about that but maybe not
#ajordanI've sometimes thought about providing a pure WebSocket API for native clients to consume, in addition to the SockJS API. because then they don't have to pull in an extra library
#ajordanlots of interesting questions in terms of what clients it's oriented towards, etc.