| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

XDI Pattern for OStatus

Page history last edited by Markus Sabadello 13 years, 4 months ago

This XDI Pattern shows how OStatus related data is stored in an XDI PDS.

 

Notes:

  • Maybe +ostatus+feed and +salmon+mentions should be merged into a single structure.
  • Several attributes of feeds, entries, etc. are still missing.

 

=!91F2.8153.F600.AE24
    +ostatus+feed
        /
            +entry$!1
                $d
                    $d!2010-09-15T11:32:13Z
                +title
                    "Markus posted a note."
                +description
                    "I just ate a huge pizza!"
                +replies
                     /
                         +reply$!1
                         +reply$!2
                         +reply$!3
             +entry$!2
             +entry$!3
     +salmon+mentions
         /
             +entry$!1
             +entry$!2
             +entry$!3
     +ostatus+topics
         /
             $(http://danube.status.net/api/statuses/user_timeline/1.atom)
                 $d
                     $d!2010-09-15T11:32:13Z
                 +push+hub
                     "http://danube.status.net/main/push/hub"
                 +push+subscribed
                     "true"
                 +push+verify.token
                     "0123456"
                 +entries
                     /
                         +entry$!1
                             $d
                                 $d!2010-09-15T11:32:13Z
                             +title
                                 "Example title"
                             +description
                                 "Example description"
                             +activity+verb
                                 "http://activitystrea.ms/schema/1.0/post"
                             +activity+object.type
                                 "http://activitystrea.ms/schema/1.0/note"
                         +entry$!2
                         +entry$!3
             $(http://identi.ca/api/statuses/user_timeline/217986.atom)
                 +entries
                     /
                         +entry$!1
                         +entry$!2
                         +entry$!3
             $(http://cliqset.com/danube/feed)
                 +entries
                     /
                         +entry$!1
                         +entry$!2
                         +entry$!3

Comments (0)

You don't have permission to comment on this page.