Function

Purpleserv_move_buddy

Declaration [src]

void
purple_serv_move_buddy (
  PurpleBuddy* buddy,
  PurpleGroup* orig,
  PurpleGroup* dest
)

Description [src]

Move a buddy from one group to another on server.

Parameters

buddy

Type: PurpleBuddy

The Buddy.

The data is owned by the caller of the function.
orig

Type: PurpleGroup

Original group.

The data is owned by the caller of the function.
dest

Type: PurpleGroup

Destiny group.

The data is owned by the caller of the function.