Session Management


o bp_wait_for_greeting
Waits until a <greeting> element is received from the remote peer.
o bp_greeting_error
If the remote peer sent an <error> element instead of a <greeting> element, returns that.
o bp_server_localize
Returns the localize attribute from the remote peer's <greeting> element.
o bp_features
Returns the features attribute from the remote peer's <greeting> element.
o bp_profiles_offered
Returns the list of URIs presented in the remote peer's <greeting> element, as a NULL-terminated array of character pointers.
o bp_profiles_avail_listen
Returns the list of URIs that the remote peer may ask to start as a NULL-terminated array of character pointers.
o bp_profiles_avail_initiate
Returns the list of URIs that the local peer is capable of starting as a NULL-terminated array of character pointers.
o bp_profiles_registered
Returns the list of URIs corresponding to the profiles registered with this connection as a NULL-terminated array of character pointers.
o bp_server_name
Returns the serverName attribute from the remote peer's first successful start request.
o bp_wait_channel_0_state_quiescent
Waits for the session to become quiescent.

Home Alphabetic index



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