extern char** bp_profiles_offered

(struct BP_CONNECTION* conn)

Returns the list of URIs presented in the remote peer's <greeting> element, as a NULL-terminated array of character pointers.

Documentation

Returns the list of URIs presented in the remote peer's <greeting> element, as a NULL-terminated array of character pointers.

Treat the return value as a constant, please. It goes away when the connection structure is destroyed.

Parameters:
conn - A pointer to the connection structure.
Returns:
The remote peer's profiles advertisement, or NULL (if unknown or not present).

Home Alphabetic index



This page was generated with the help of DOC++.