Method

XemeConnectionget_resource

since: 0.1

Declaration [src]

const char*
xeme_connection_get_resource (
  XemeConnection* connection
)

Description [src]

Gets the resource from connection.

This may be NULL in rare circumstances. However, connection will request a JID from the server during connection if this is NULL.

Available since: 0.1

Return value

Type: const char*

The resource if set otherwise NULL.

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