agsXMPP.protocol.client.Presence.Presence C# (CSharp) Method

Presence() public method

public Presence ( ) : System
return System
        public Presence()
		{
			this.TagName	= "presence";
			this.Namespace	= Uri.CLIENT;
		}

Same methods

Presence::Presence ( ShowType show, string status ) : System
Presence::Presence ( ShowType show, string status, int priority ) : System
Presence