about summary refs log tree commit diff stats
path: root/src/xmpp/stanza.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-10 11:31:31 +0000
committerJames Booth <boothj5@gmail.com>2013-02-10 11:31:31 +0000
commit591f8a8dbf10b7bd64825cfea63a7ac21b6c89e2 (patch)
treed713fc767d6855e002a9f6fd107527c2c70aec36 /src/xmpp/stanza.c
parentec78914044978fee1119c5a905c6a8fdce03a476 (diff)
downloadprofani-tty-591f8a8dbf10b7bd64825cfea63a7ac21b6c89e2.tar.gz
Renamed jabber_presence_t->presence_t
Diffstat (limited to 'src/xmpp/stanza.c')
-rw-r--r--src/xmpp/stanza.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/stanza.c b/src/xmpp/stanza.c
index f7fe712c..69327552 100644
--- a/src/xmpp/stanza.c
+++ b/src/xmpp/stanza.c
@@ -664,7 +664,7 @@ stanza_attach_caps(xmpp_ctx_t * const ctx, xmpp_stanza_t * const presence)
 }
 
 const char *
-stanza_get_presence_string_from_type(jabber_presence_t presence_type)
+stanza_get_presence_string_from_type(presence_t presence_type)
 {
     switch(presence_type)
     {