]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
OStatus PuSH fixes:
authorBrion Vibber <brion@pobox.com>
Sun, 21 Feb 2010 22:46:26 +0000 (14:46 -0800)
committerBrion Vibber <brion@pobox.com>
Mon, 22 Feb 2010 02:51:15 +0000 (18:51 -0800)
commit78ca45c7a05dea911c58097a8c57be470dafee01
tree798ccff8499b04efe6def603469701668c16b173
parentaa0b2ce81ad4a99fb55a36feda54e70bcd0808be
OStatus PuSH fixes:
- hub now defers subscription state updates until after verification, per spec
- hub now supports synchronous verification when requested (if async is not requested after)
- client now requests synchronous verification (it's a bit safer)
- cleanup on subscription logging/error responses
plugins/OStatus/actions/pushcallback.php
plugins/OStatus/actions/pushhub.php
plugins/OStatus/classes/FeedSub.php
plugins/OStatus/classes/HubSub.php