mwImHandler Struct Reference

#include <mw_srvc_im.h>


Detailed Description

IM Service Handler.

Provides functions for events triggered from an IM service instance.


Data Fields

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


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:
Generated on Mon Jan 16 04:14:54 2006 for meanwhile by  doxygen 1.4.6