| 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); |