summaryrefslogtreecommitdiff
path: root/libpurple/protocols/jabber/chat.h
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2013-09-01 14:24:24 +0530
committerAnkit Vani <a@nevitus.org>2013-09-01 14:24:24 +0530
commit62f96e1071fc2400e2aa60e5fcef4222237c211b (patch)
tree1b39ad0b277564ed6b30a3a5df9c21af6085655b /libpurple/protocols/jabber/chat.h
parentce63ad46644b7de9a0bb96cfa90581d2745d92c1 (diff)
downloadpidgin-62f96e1071fc2400e2aa60e5fcef4222237c211b.tar.gz
Renamed some prpl stuff to protocol stuff.
Renamed /plugins/prpl prefs to /protocols
Diffstat (limited to 'libpurple/protocols/jabber/chat.h')
-rw-r--r--libpurple/protocols/jabber/chat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpurple/protocols/jabber/chat.h b/libpurple/protocols/jabber/chat.h
index 71174e192b..90aab8b2fe 100644
--- a/libpurple/protocols/jabber/chat.h
+++ b/libpurple/protocols/jabber/chat.h
@@ -60,14 +60,14 @@ GHashTable *jabber_chat_info_defaults(PurpleConnection *gc, const char *chat_nam
char *jabber_get_chat_name(GHashTable *data);
/**
- * in-prpl function for joining a chat room. Doesn't require sticking goop
+ * in-protocol function for joining a chat room. Doesn't require sticking goop
* into a hash table.
*
* @param room The room to join. This MUST be normalized already.
* @param server The server the room is on. This MUST be normalized already.
* @param password The password (if required) to join the room. May be NULL.
* @param data The chat hash table. May be NULL (it will be generated
- * for current core<>prpl API interface.)
+ * for current core<>protocol API interface.)
*/
JabberChat *jabber_join_chat(JabberStream *js, const char *room,
const char *server, const char *handle,