libpurple/protocols/jabber/jabber.h

branch
cpw.darkrain42.xmpp.iq-handlers
changeset 26703
17f9a4bef2a3
parent 26692
9bd44c7fed49
child 26707
a4f7c5d5e5ae
child 26725
fbfc67bd9fd6
child 26741
3e50f27057d5
child 26746
2a2d45ac9774
child 26941
f01a88534d49
equal deleted inserted replaced
26702:b3c0c14c4c5e 26703:17f9a4bef2a3
17 * 17 *
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 */ 21 */
22 #ifndef _PURPLE_JABBER_H_ 22 #ifndef PURPLE_JABBER_H_
23 #define _PURPLE_JABBER_H_ 23 #define PURPLE_JABBER_H_
24 24
25 typedef enum { 25 typedef enum {
26 JABBER_CAP_NONE = 0, 26 JABBER_CAP_NONE = 0,
27 JABBER_CAP_XHTML = 1 << 0, 27 JABBER_CAP_XHTML = 1 << 0,
28 JABBER_CAP_COMPOSING = 1 << 1, 28 JABBER_CAP_COMPOSING = 1 << 1,
327 PurpleMediaSessionType type); 327 PurpleMediaSessionType type);
328 PurpleMediaCaps jabber_get_media_caps(PurpleConnection *gc, const char *who); 328 PurpleMediaCaps jabber_get_media_caps(PurpleConnection *gc, const char *who);
329 void jabber_register_commands(void); 329 void jabber_register_commands(void);
330 void jabber_init_plugin(PurplePlugin *plugin); 330 void jabber_init_plugin(PurplePlugin *plugin);
331 331
332 #endif /* _PURPLE_JABBER_H_ */ 332 #endif /* PURPLE_JABBER_H_ */

mercurial