mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-15 20:42:29 -04: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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue