comparison libpurple/protocols/jabber/message.h @ 17617:935005186312

Added the option to enable/disable buzz via a status setting. It's default off for the pidgin folks.
author Andreas Monitzer <pidgin@monitzer.com>
date Tue, 03 Jul 2007 13:37:25 +0000
parents cca457b9158b
children 481749fc0b6b
comparison
equal deleted inserted replaced
17616:9686d549f084 17617:935005186312
76 int jabber_message_send_chat(PurpleConnection *gc, int id, const char *message, PurpleMessageFlags flags); 76 int jabber_message_send_chat(PurpleConnection *gc, int id, const char *message, PurpleMessageFlags flags);
77 77
78 unsigned int jabber_send_typing(PurpleConnection *gc, const char *who, PurpleTypingState state); 78 unsigned int jabber_send_typing(PurpleConnection *gc, const char *who, PurpleTypingState state);
79 void jabber_message_conv_closed(JabberStream *js, const char *who); 79 void jabber_message_conv_closed(JabberStream *js, const char *who);
80 80
81 gboolean jabber_buzz_isenabled(JabberStream *js, const gchar *shortname, const gchar *namespace);
82
81 #endif /* _PURPLE_JABBER_MESSAGE_H_ */ 83 #endif /* _PURPLE_JABBER_MESSAGE_H_ */