Returns a new JID instance representing the 'bare JID' constructd from
this JID.
Namespace: S22.XmppAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Jid GetBareJid() |
Return Value
A bare JID constructed from this JID instance.
See Also