libpurple/protocols/jabber/jabber.h

changeset 27340
8d41702ae3f3
parent 27338
9d9a812f7604
child 27623
b88136cb00b6
child 27636
68aa74cdf4e4
equal deleted inserted replaced
27339:5f0b184b20ef 27340:8d41702ae3f3
323 char *jabber_parse_error(JabberStream *js, xmlnode *packet, PurpleConnectionError *reason); 323 char *jabber_parse_error(JabberStream *js, xmlnode *packet, PurpleConnectionError *reason);
324 324
325 void jabber_add_feature(const gchar *namespace, JabberFeatureEnabled cb); /* cb may be NULL */ 325 void jabber_add_feature(const gchar *namespace, JabberFeatureEnabled cb); /* cb may be NULL */
326 void jabber_remove_feature(const gchar *namespace); 326 void jabber_remove_feature(const gchar *namespace);
327 327
328 /** Adds an identitiy to this jabber library instance. For list of valid values visit the 328 /** Adds an identity to this jabber library instance. For list of valid values visit the
329 * webiste of the XMPP Registrar ( http://www.xmpp.org/registrar/disco-categories.html#client ). 329 * website of the XMPP Registrar ( http://www.xmpp.org/registrar/disco-categories.html#client ).
330 * @param category the category of the identity. 330 * @param category the category of the identity.
331 * @param type the type of the identity. 331 * @param type the type of the identity.
332 * @param language the language localization of the name. Can be NULL. 332 * @param language the language localization of the name. Can be NULL.
333 * @param name the name of the identity. 333 * @param name the name of the identity.
334 */ 334 */

mercurial