Method

XemeConnectionget_jid

since: 0.1

Declaration [src]

const char*
xeme_connection_get_jid (
  XemeConnection* connection
)

Description [src]

Gets the bare JID from connection.

Available since: 0.1

Gets propertyXeme.Connection:jid

Return value

Type: const char*

The bare jid.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.