src/protocols/sametime/meanwhile/mw_srvc_place.h

changeset 12107
f14b83c0df1e
parent 11943
81ee4bc13c28
equal deleted inserted replaced
12106:d7593d9b8bc9 12107:f14b83c0df1e
107 107
108 108
109 int mwPlace_sendText(struct mwPlace *place, const char *msg); 109 int mwPlace_sendText(struct mwPlace *place, const char *msg);
110 110
111 111
112 /** send a legacy invitation for this place to a user. The user will
113 receive an apparent invitation from a Conference (rather than a
114 Place) */
115 int mwPlace_legacyInvite(struct mwPlace *place,
116 struct mwIdBlock *idb,
117 const char *message);
118
119
112 int mwPlace_setAttribute(struct mwPlace *place, guint32 attrib, 120 int mwPlace_setAttribute(struct mwPlace *place, guint32 attrib,
113 struct mwOpaque *data); 121 struct mwOpaque *data);
114 122
115 123
116 int mwPlace_unsetAttribute(struct mwPlace *place, guint32 attrib); 124 int mwPlace_unsetAttribute(struct mwPlace *place, guint32 attrib);

mercurial