Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Monica Keller committed May 20, 2010
1 parent e47ed74 commit c1a4faa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README
@@ -1,8 +1,9 @@
This is a generic version of PubSubHubbub which

1- Supports the use of OAuth 2.0 for authenticating the subscriber.
2- Moves discovery of the hub to the HTTP layer by making it an HTTP Header
3- Supports data in any format including JSON
1- Supports the use of OAuth 2.0 for authenticating the subscriber and publisher.
2- Moves discovery of the hub to the HTTP layer by making it an HTTP Header using Web Linking
-- Leaves backwards compatibility for existing discovery mechanism.
3- Supports data in any arbitrary format including JSON
4- Supports more synchronization changes than those which can be supported with Atom and POST
-- Includes PUT for replacing a resource and DELETE for asking that the resource gets deleted
-- Also includes the ability to specify different end points which receive DELETE notifications and PUT notifications
Expand Down

0 comments on commit c1a4faa

Please sign in to comment.