Home
last modified time | relevance | path

Searched defs:mwConference (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/meanwhile/meanwhile-1.0.2/src/
H A Dsrvc_conf.c73 struct mwConference { struct
74 enum mwConferenceState state; /**< state of the conference */ argument
75 struct mwServiceConference *service; /**< owning service */
76 struct mwChannel *channel; /**< conference's channel */
78 char *name; /**< server identifier for the conference */
79 char *title; /**< topic for the conference */
81 struct mwLoginInfo owner; /**< person who created this conference */
82 GHashTable *members; /**< mapping guint16:mwLoginInfo */
83 struct mw_datum client_data;