#define OC_RSRVD_GATEWAY_URI "/oic/gateway"
#endif
-#ifdef WITH_MQ
/** MQ Broker URI.*/
-#define OC_RSRVD_WELL_KNOWN_MQ_URI "/.well-known/ocf/ps"
-#endif
+#define OC_RSRVD_WELL_KNOWN_MQ_URI "/ocf/ps"
#ifdef WITH_PRESENCE
/** Presence URI through which the OIC devices advertise their presence.*/
#define OC_RSRVD_PRESENCE_URI "/oic/ad"
-#ifdef WITH_CLOUD
/** Presence URI through which the OCF devices advertise their device presence.*/
-#define OCF_RSRVD_DEVICE_PRESENCE_URI "/.well-known/ocf/prs"
-#endif
+#define OCF_RSRVD_DEVICE_PRESENCE_URI "/ocf/prs"
/** Sets the default time to live (TTL) for presence.*/
#define OC_DEFAULT_PRESENCE_TTL_SECONDS (60)
/** Cloud Account */
/** Account URI.*/
-#define OC_RSRVD_ACCOUNT_URI "/.well-known/ocf/account"
+#define OC_RSRVD_ACCOUNT_URI "/ocf/account"
/** Account session URI.*/
-#define OC_RSRVD_ACCOUNT_SESSION_URI "/.well-known/ocf/account/session"
+#define OC_RSRVD_ACCOUNT_SESSION_URI "/ocf/account/session"
/** Account token refresh URI.*/
-#define OC_RSRVD_ACCOUNT_TOKEN_REFRESH_URI "/.well-known/ocf/account/tokenrefresh"
+#define OC_RSRVD_ACCOUNT_TOKEN_REFRESH_URI "/ocf/account/tokenrefresh"
/** Defines auth provider. */
#define OC_RSRVD_AUTHPROVIDER "authprovider"