![]() |
![]() |
![]() |
Wocky Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
struct WockyJabberAuthClass; void wocky_jabber_auth_add_handler (WockyJabberAuth *self
,WockyAuthHandler *handler
); void wocky_jabber_auth_authenticate_async (WockyJabberAuth *self
,gboolean allow_plain
,gboolean is_secure
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
); gboolean wocky_jabber_auth_authenticate_finish (WockyJabberAuth *self
,GAsyncResult *result
,GError **error
); WockyJabberAuth * wocky_jabber_auth_new (const gchar *server
,const gchar *username
,const gchar *resource
,const gchar *password
,WockyXmppConnection *connection
,WockyAuthRegistry *auth_registry
);
void wocky_jabber_auth_add_handler (WockyJabberAuth *self
,WockyAuthHandler *handler
);
void wocky_jabber_auth_authenticate_async (WockyJabberAuth *self
,gboolean allow_plain
,gboolean is_secure
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
gboolean wocky_jabber_auth_authenticate_finish (WockyJabberAuth *self
,GAsyncResult *result
,GError **error
);
WockyJabberAuth * wocky_jabber_auth_new (const gchar *server
,const gchar *username
,const gchar *resource
,const gchar *password
,WockyXmppConnection *connection
,WockyAuthRegistry *auth_registry
);