Property
XemeConnection:resource
since: 0.1
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 |
Setter method | xeme_connection_set_resource() |
Getter method | xeme_connection_get_resource() |