comparison libpurple/protocols/jabber/jabber.h @ 27196:8a1bf314f89b

Fix a typo. Heh heh, "vistit"
author Mark Doliner <mark@kingant.net>
date Thu, 18 Jun 2009 19:44:02 +0000
parents 08f5c5b12e7c
children d3b6776186ce
comparison
equal deleted inserted replaced
27195:c19d892f4381 27196:8a1bf314f89b
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 vistit the 328 /** Adds an identitiy 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 * webiste 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.