Inventory offers and subsequent notifications of acceptance/decline now working across the board.

This commit is contained in:
Diva Canto
2010-06-11 12:47:47 -07:00
parent 7f349d61cb
commit d184fef4dc
3 changed files with 34 additions and 99 deletions

View File

@@ -268,6 +268,8 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
fromAgentName = (string)requestData["from_agent_name"];
message = (string)requestData["message"];
if (message == null)
message = string.Empty;
// Bytes don't transfer well over XMLRPC, so, we Base64 Encode them.
string requestData1 = (string)requestData["dialog"];