OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Static Public Member Functions | Static Protected Member Functions | List of all members
OpenSim.Services.Connectors.InstantMessage.InstantMessageServiceConnector Class Reference

Static Public Member Functions

static bool SendInstantMessage (string url, GridInstantMessage im)
 This actually does the XMLRPC Request More...
 

Static Protected Member Functions

static Hashtable ConvertGridInstantMessageToXMLRPC (GridInstantMessage msg)
 Takes a GridInstantMessage and converts it into a Hashtable for XMLRPC More...
 

Detailed Description

Definition at line 41 of file InstantMessageServiceConnector.cs.

Member Function Documentation

static Hashtable OpenSim.Services.Connectors.InstantMessage.InstantMessageServiceConnector.ConvertGridInstantMessageToXMLRPC ( GridInstantMessage  msg)
inlinestaticprotected

Takes a GridInstantMessage and converts it into a Hashtable for XMLRPC

Parameters
msgThe GridInstantMessage object
Returns
Hashtable containing the XMLRPC request

Definition at line 100 of file InstantMessageServiceConnector.cs.

static bool OpenSim.Services.Connectors.InstantMessage.InstantMessageServiceConnector.SendInstantMessage ( string  url,
GridInstantMessage  im 
)
inlinestatic

This actually does the XMLRPC Request

Parameters
urlURL we pull the data out of to send the request to
imThe Instant Message
Returns
Bool if the message was successfully delivered at the other side.

Definition at line 53 of file InstantMessageServiceConnector.cs.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: