// // ORIGINAL CMB SPEC 0.1 /// omb_version 'http://openmicroblogging.org/protocol/0.1'. // arbitrary omb_listenee The identifier URI for the listenee. // user sending notice omb_notice The notice URI. // hard URI to the generated notice omb_notice_content The content of the notice. No maximum, but 140 chars is recommended. // this is the message (including context) The messagecall may include the following parameters: omb_notice_url The URL of the notice, if the notice is retrievable. // whats the diff to the URI? omb_notice_license The URL of the license for the notice, if different from the listenee's default license. // parent service's license omb_seealso URL of additional content for the notice; for example, an image, video, or audio file. // this is context data, but we don't know what the context is omb_seealso_disposition One of 'link' or 'inline', to recommend how the extra data should be shown. Default 'link'. // this is formatting of the context data omb_seealso_mediatype Internet Media Type of the see-also data. Advisory, probably shouldn't be trusted. // this is somewhat contextual (better) but only describes the 'attachment' omb_seealso_license License for the attached data. May be distinct from the notice's license (if they're passing along someone else's content). // could be anything // // Context-aware Microblogging SPEC -0 (negative zero) // omb_version 'http://openmicroblogging.org/protocol/0.1'. // arbitrary omb_listenee The identifier URI for the listenee. // user sending notice omb_notice The notice URI. // hard URI to the generated notice omb_notice_content The content of the notice. No maximum, but 140 chars is recommended. // this is the message (excluding context) // // HANDLING CONTEXT, CAN IT BE OPTIONAL, SURE, User-specified context // cmb_context_type The context-type of the notice. // external to context. type-descriptor of context cmb_context_name The context name of the notice. // external to content. overhead, name of context cmb_context_uri The context URI of the notice. // how can we go see this context? cmb_context_image The URI of the context's image. // so we can glimpse the context // // OPTIONAL/ADDITIONAL TO CONTEXT, reduces the overhead // cmb_context_type The context-type of the notice. // what [type] is the notice about. single-word descriptor cmb_context_id The context-id of the notice. // cmb_context_license The provider of the context_id. // How do we locate the context between services (based on type/id) The call may include the following parameters: omb_notice_url The URL of the notice, if the notice is retrievable. // whats the diff to the URI? omb_notice_license The URL of the license for the notice, if different from the listenee's default license. // parent service's license // // OPTIONAL to seealso, These are service intended // cmb_data Generic "register" containing possibly extra data if needed (small). Not intended for user. // optional content formatting data cmd_map_id The ID of a unique mapping identifier. // possibly shared/stored between services, allow mapping service to provide mapping based on ID cmd_map Mapping register. Generic "register" containing a mapping in which to format context data of the notice. // optional, not needed if services share mappings