meanwhile  1.1.0
Data Fields
mwImHandler Struct Reference

IM Service Handler. More...

#include <mw_srvc_im.h>

Data Fields

void(* clear )(struct mwServiceIm *srvc)
 optional. More...
 
void(* conversation_closed )(struct mwConversation *conv, guint32 err)
 A conversation has been closed. More...
 
void(* conversation_opened )(struct mwConversation *conv)
 A conversation has been successfully opened. More...
 
void(* conversation_recv )(struct mwConversation *conv, enum mwImSendType type, gconstpointer msg)
 A message has been received on a conversation. More...
 
void(* place_invite )(struct mwConversation *conv, const char *message, const char *title, const char *name)
 Handle a Place invitation. More...
 

Detailed Description

IM Service Handler.

Provides functions for events triggered from an IM service instance.

Field Documentation

void(* mwImHandler::clear)(struct mwServiceIm *srvc)

optional.

called from mwService_free

void(* mwImHandler::conversation_closed)(struct mwConversation *conv, guint32 err)

A conversation has been closed.

void(* mwImHandler::conversation_opened)(struct mwConversation *conv)

A conversation has been successfully opened.

void(* mwImHandler::conversation_recv)(struct mwConversation *conv, enum mwImSendType type, gconstpointer msg)

A message has been received on a conversation.

void(* mwImHandler::place_invite)(struct mwConversation *conv, const char *message, const char *title, const char *name)

Handle a Place invitation.

Set this to NULL and we should end up receiving a conference invitation instead.


The documentation for this struct was generated from the following file: