move to rel="salmon" (per latest spec)

This commit is contained in:
James Walker
2010-08-02 13:23:55 -04:00
parent a1aea74fe2
commit 517c7483d1
3 changed files with 9 additions and 1 deletions

View File

@@ -28,9 +28,11 @@
*/
class Salmon
{
const REL_SALMON = 'salmon';
const REL_MENTIONED = 'mentioned';
// XXX: these are deprecated
const NS_REPLIES = "http://salmon-protocol.org/ns/salmon-replies";
const NS_MENTIONS = "http://salmon-protocol.org/ns/salmon-mention";
/**