mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
add QBLOG service ID
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@520 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e42a4cf463
commit
4f918b2fab
@ -50,6 +50,7 @@ const uint16_t RS_SERVICE_TYPE_MSG = 0x0013;
|
|||||||
|
|
||||||
/****************** BELOW ARE ONLY THEORETICAL (CAN BE CHANGED) *****/
|
/****************** BELOW ARE ONLY THEORETICAL (CAN BE CHANGED) *****/
|
||||||
|
|
||||||
|
|
||||||
const uint16_t RS_SERVICE_TYPE_STATUS = 0x0012;
|
const uint16_t RS_SERVICE_TYPE_STATUS = 0x0012;
|
||||||
|
|
||||||
|
|
||||||
@ -59,6 +60,9 @@ const uint16_t RS_SERVICE_TYPE_PROXY_MSG = 0x0016;
|
|||||||
|
|
||||||
const uint16_t RS_SERVICE_TYPE_GAME_LAUNCHER = 0x1000;
|
const uint16_t RS_SERVICE_TYPE_GAME_LAUNCHER = 0x1000;
|
||||||
|
|
||||||
|
/*! for Qblog service */
|
||||||
|
const uint16_t RS_SERVICE_TYPE_QBLOG = 0x0017;
|
||||||
|
|
||||||
/* Example Games */
|
/* Example Games */
|
||||||
/* Board Games */
|
/* Board Games */
|
||||||
const uint16_t RS_SERVICE_TYPE_GAME_QTCHESS = 0x1001;
|
const uint16_t RS_SERVICE_TYPE_GAME_QTCHESS = 0x1001;
|
||||||
|
Loading…
Reference in New Issue
Block a user