mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-14 09:05:48 -04:00
One step toward sending/receiving messages from both RsPeerId and GXSids
Backend side: - MessageInfo now has lists of CC,TO and BCC for both RsPeerId and RsGxsId - p3msgservice handles each type of destination accordingly, possibly encrypting/signing the message - added new type RsTlvGxsIdSet - removed virtual peers from p3msgservice (not needed anymore), and removed tunneling as well Gui side: - added GXS ids to message RetroShareLink - messagecomposer now handles Group, RsPeerId and RsGxsIds. Work in progress. Does not fully work yet. git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-IdCleaning@7184 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8b096e0e15
commit
2c471b68ac
17 changed files with 532 additions and 552 deletions
|
@ -1312,7 +1312,7 @@ void FriendList::msgfriend()
|
|||
|
||||
std::string id = getRsId(peer);
|
||||
|
||||
MessageComposer::msgFriend(RsPeerId(id), (peer->type() == TYPE_GROUP));
|
||||
MessageComposer::msgFriend(RsPeerId(id)) ;
|
||||
}
|
||||
|
||||
void FriendList::recommendfriend()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue