Method

PurpleXferget_remote_ip

since: 2.0

Declaration [src]

const char*
purple_xfer_get_remote_ip (
  PurpleXfer* xfer
)

Description [src]

Returns the remote IP address in the file transfer.

Available since: 2.0

Gets propertyPurple.Xfer:remote-ip

Return value

Type: const char*

The IP address on the other end.

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