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