summaryrefslogtreecommitdiff
path: root/lib/loudmouth/lm-connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/loudmouth/lm-connection.c')
-rw-r--r--lib/loudmouth/lm-connection.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/loudmouth/lm-connection.c b/lib/loudmouth/lm-connection.c
index 72191b911..6fbffdf7b 100644
--- a/lib/loudmouth/lm-connection.c
+++ b/lib/loudmouth/lm-connection.c
@@ -41,14 +41,14 @@ stanza_cb (WockyPorter *self,
typedef struct
{
LmMessageHandler *handler;
- LmMessageType type;
+ WockyStanzaType type;
LmHandlerPriority priority;
} delayed_handler;
void
lm_connection_register_message_handler (LmConnection *connection,
LmMessageHandler *handler,
- LmMessageType type,
+ WockyStanzaType type,
LmHandlerPriority priority)
{
if (connection->porter == NULL)
@@ -84,7 +84,7 @@ lm_connection_register_message_handler (LmConnection *connection,
void
lm_connection_unregister_message_handler (LmConnection *connection,
LmMessageHandler *handler,
- LmMessageType type)
+ WockyStanzaType type)
{
if (handler->handler_id == 0)
return;