Click or drag to resize
JidGetBareJid Method
Returns a new JID instance representing the 'bare JID' constructd from this JID.

Namespace: Quickblox.Sdk.Modules.ChatXmppModule.Models
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Jid GetBareJid()

Return Value

Type: Jid
A bare JID constructed from this JID instance.
See Also