Property

XemeConnection:resource

unstable since: 0.1

Declaration

property resource: utf8 [ read, write ]

Description [src]

The “resource” for the originator of this connection.

If the jid passed to xeme_connection_new() includes a resource, it will be parsed out and saved here.

If this is NULL during connection, connection will request one from the server and store it here. The server provided resource should be saved by the application and set by the application in the future.

Resources are mostly deprecated, but this property can be modify to set it to whatever you like.

Type:gchar*

Available since: 0.1

Default valueNULL
Getter methodxeme_connection_get_resource()
Setter methodxeme_connection_set_resource()

Flags

Readableyes
Writableyes
Constructno
Construct onlyno