Browse Source

adapter_group.h - group_join() is part of the group member API

LIB-11
heck 4 years ago
parent
commit
9ab5d92340
  1. 26
      src/adapter_group.h

26
src/adapter_group.h

@ -5,7 +5,7 @@
#define LIBPEPADAPTER_GROUP_HH #define LIBPEPADAPTER_GROUP_HH
#include <pEp/message_api.h> #include <pEp/message_api.h>
#include <pEp/group.h> //#include <pEp/group.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
@ -58,30 +58,6 @@ DYNAMIC_API PEP_STATUS adapter_group_create(
identity_list *memberlist); identity_list *memberlist);
///**
// * <!-- adapter_group_join() -->
// *
// * @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
// * a confirmation of the acceptance of the invitation
// *
// * @param[in] session associated session object
// * @param[in] group_identity the pEp_identity object representing the group. Must contain at least
// * a user_id and address
// * @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.
// * Must contain a user_id and address.
// *
// * @retval PEP_STATUS_OK on success
// * error on failure
// *
// * @ownership FIXME
// *
// *
// */
//DYNAMIC_API PEP_STATUS
//adapter_group_join(PEP_SESSION session, pEp_identity *group_identity, pEp_identity *as_member);
/** /**
* <!-- adapter_group_dissolve() --> * <!-- adapter_group_dissolve() -->
* *

Loading…
Cancel
Save