@ -58,29 +58,29 @@ DYNAMIC_API PEP_STATUS adapter_group_create(
identity_list * memberlist ) ;
identity_list * memberlist ) ;
/**
// /**
* < ! - - adapter_group_join ( ) - - >
// * <!-- adapter_group_join() -->
*
// *
* @ brief Join a group for which we have received an invitation , marking
// * @brief Join a group for which we have received an invitation, marking
* our own membership in the database for the group and sending the manager
// * our own membership in the database for the group and sending the manager
* a confirmation of the acceptance of the invitation
// * a confirmation of the acceptance of the invitation
*
// *
* @ param [ in ] session associated session object
// * @param[in] session associated session object
* @ param [ in ] group_identity the pEp_identity object representing the group . Must contain at least
// * @param[in] group_identity the pEp_identity object representing the group. Must contain at least
* a user_id and address
// * a user_id and address
* @ param [ in ] as_member the pEp_identity object representing the own identity we want to use to
// * @param[in] as_member the pEp_identity object representing the own identity we want to use to
* join the group . This must match the identity which was invited to the group .
// * join the group. This must match the identity which was invited to the group.
* Must contain a user_id and address .
// * Must contain a user_id and address.
*
// *
* @ retval PEP_STATUS_OK on success
// * @retval PEP_STATUS_OK on success
* error on failure
// * error on failure
*
// *
* @ ownership FIXME
// * @ownership FIXME
*
// *
*
// *
*/
// */
DYNAMIC_API PEP_STATUS
//DYNAMIC_API PEP_STATUS
adapter_group_join ( PEP_SESSION session , pEp_identity * group_identity , pEp_identity * as_member ) ;
//adapter_group_join(PEP_SESSION session, pEp_identity *group_identity, pEp_identity *as_member);
/**
/**
* < ! - - adapter_group_dissolve ( ) - - >
* < ! - - adapter_group_dissolve ( ) - - >