comparison libpurple/core.h @ 25836:1d3274111180

Set a value "type" in the ui_info hash table Set client type in resonse to an XMPP XEP-0115 request (client type). Makes Pidgin report itself as "pc", Finch as "console" Display emblems on XMPP buddies corresponding to their client type (if available). Currently there is no emblem for "console"
author Marcus Lundblad <ml@update.uu.se>
date Mon, 09 Feb 2009 21:21:18 +0000
parents c6b29adc22d1
children a95eed74fdd7
comparison
equal deleted inserted replaced
25070:cddd7961901f 25836:1d3274111180
184 * <dt><tt>website</tt></dt> 184 * <dt><tt>website</tt></dt>
185 * <dd>the UI's website, such as http://pidgin.im.</dd> 185 * <dd>the UI's website, such as http://pidgin.im.</dd>
186 * 186 *
187 * <dt><tt>dev_website</tt></dt> 187 * <dt><tt>dev_website</tt></dt>
188 * <dd>the UI's development/support website, such as http://developer.pidgin.im.</dd> 188 * <dd>the UI's development/support website, such as http://developer.pidgin.im.</dd>
189 *
190 * <dt><tt>type</tt></dt>
191 * <dd>the type of UI (pc, console, phone, handheld, web, bot)</dd>
192 *
189 * </dl> 193 * </dl>
190 * 194 *
191 * @return A GHashTable with strings for keys and values. This 195 * @return A GHashTable with strings for keys and values. This
192 * hash table must not be freed and should not be modified. 196 * hash table must not be freed and should not be modified.
193 * 197 *