Mercurial > pidgin
comparison libpurple/protocols/jabber/libxmpp.c @ 17857:3e437e86bd6e
Implemented user tune, currently untested.
author | Andreas Monitzer <pidgin@monitzer.com> |
---|---|
date | Sun, 17 Jun 2007 20:31:01 +0000 |
parents | 5ab3c6bb95b4 |
children | 91cbd18fee06 |
comparison
equal
deleted
inserted
replaced
17856:f108b91e2fee | 17857:3e437e86bd6e |
---|---|
37 #include "si.h" | 37 #include "si.h" |
38 #include "message.h" | 38 #include "message.h" |
39 #include "presence.h" | 39 #include "presence.h" |
40 #include "google.h" | 40 #include "google.h" |
41 #include "pep.h" | 41 #include "pep.h" |
42 #include "usertune.h" | |
42 | 43 |
43 static PurplePluginProtocolInfo prpl_info = | 44 static PurplePluginProtocolInfo prpl_info = |
44 { | 45 { |
45 #ifdef HAVE_CYRUS_SASL | 46 #ifdef HAVE_CYRUS_SASL |
46 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME | | 47 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME | |
107 jabber_si_new_xfer, /* new_xfer */ | 108 jabber_si_new_xfer, /* new_xfer */ |
108 jabber_offline_message, /* offline_message */ | 109 jabber_offline_message, /* offline_message */ |
109 NULL, /* whiteboard_prpl_ops */ | 110 NULL, /* whiteboard_prpl_ops */ |
110 jabber_prpl_send_raw, /* send_raw */ | 111 jabber_prpl_send_raw, /* send_raw */ |
111 jabber_roomlist_room_serialize, /* roomlist_room_serialize */ | 112 jabber_roomlist_room_serialize, /* roomlist_room_serialize */ |
113 jabber_tune_set, /* publish_tune */ | |
112 | 114 |
113 /* padding */ | 115 /* padding */ |
114 NULL, | 116 NULL, |
115 NULL, | 117 NULL, |
116 NULL, | 118 NULL, |