| 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_ */ |