comparison libpurple/protocols/jabber/jabber.h @ 27198:d3b6776186ce

Eagle eyes McMarq S. caught two other typo. Now I'm wondering if this was some kind of inside joke.
author Mark Doliner <mark@kingant.net>
date Thu, 18 Jun 2009 22:21:59 +0000
parents 8a1bf314f89b
children 01927ce552bc 6d26258e9f1d
comparison
equal deleted inserted replaced
27197:5bc1f2ae4b19 27198:d3b6776186ce
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 */