Home
last modified time | relevance | path

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

/dports/net-im/meanwhile/meanwhile-1.0.2/src/
H A Dmw_message.h210 struct mwMsgChannelAccept { struct
211 struct mwMessage head;
212 guint32 service; /**< ID for the channel's service */
213 guint32 proto_type; /**< protocol type for the service */
214 guint32 proto_ver; /**< protocol version for the service */
215 struct mwOpaque addtl; /**< service-specific additional data */
216 gboolean acceptor_flag; /**< indicate presence of acceptor information */
217 struct mwLoginInfo acceptor;
218 struct mwEncryptAccept encrypt;