Some changes to chat.proto

- Changed ENUMs to include type in the name.
	- made non-essential member of ChatMessage optional.
	- Fixed some incorrect numbering.
Enabled chat in core.proto & Makefile.




git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5507 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2012-09-03 19:11:17 +00:00
parent 9c2f7f39e7
commit 9ad322d379
3 changed files with 65 additions and 34 deletions

View file

@ -1,7 +1,7 @@
EXEC = protoc
#PROTO = core.proto files.proto gxs.proto msgs.proto peers.proto system.proto
PROTO = core.proto peers.proto system.proto
#PROTO = core.proto peers.proto system.proto chat.proto files.proto gxs.proto msgs.proto
PROTO = core.proto peers.proto system.proto chat.proto
PROTOPATH = ./definition
#CDESTPATH = ./gencc