Returns the Bare JID of a JID.
override IElement EvaluateScalar(string Argument, Variables Variables)
Evaluates the function.
BareJid(ScriptNode Jid, int Start, int Length, Expression Expression)
Returns the Bare JID of a JID.
override string[] DefaultArgumentNames
Default Argument names
override string FunctionName
Name of the function
Manages an XMPP client connection. Implements XMPP, as defined in https://tools.ietf....
static string GetBareJID(string JID)
Gets the Bare JID from a JID, which may be a Full JID.
Class managing a script expression.
Base class for funcions of one scalar variable.
ScriptNode Argument
Function argument.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
int Start
Start position in script expression.
Basic interface for all types of elements.