Package rocks.xmpp.extensions.rpc.model
Provides XML schema implementations of XEP-0009: Jabber-RPC.
It defines an XMPP protocol extension for transporting XML-RPC encoded requests and responses between two XMPP entities. The protocol supports all syntax and semantics of XML-RPC except that it uses XMPP instead of HTTP as the underlying transport.
-
Class Summary Class Description Rpc The implementation of the<query/>
element in thejabber:iq:rpc
namespace.Rpc.MethodCall The implementation of a RPC method call.Rpc.MethodResponse The implementation of a method response.Rpc.MethodResponse.Fault The implementation of a RPC fault.Value The value type, which is used by XML-RPC.