diff options
author | Ankit Vani <a@nevitus.org> | 2013-09-01 14:24:24 +0530 |
---|---|---|
committer | Ankit Vani <a@nevitus.org> | 2013-09-01 14:24:24 +0530 |
commit | 62f96e1071fc2400e2aa60e5fcef4222237c211b (patch) | |
tree | 1b39ad0b277564ed6b30a3a5df9c21af6085655b /libpurple/protocols/jabber/chat.h | |
parent | ce63ad46644b7de9a0bb96cfa90581d2745d92c1 (diff) | |
download | pidgin-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.h | 4 |
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, |