xmpp non sasl authenticate does not need the resource name
[citadel.git] / citadel / modules / xmpp / xmpp_sasl_service.c
index ce2c8890bce65bbd332f435853deda65c314cd56..da76374987a8a1e81fa377d3a4207072f622a421 100644 (file)
@@ -147,7 +147,7 @@ void xmpp_sasl_auth(char *sasl_auth_mech, char *authstring) {
 /*
  * Non-SASL authentication
  */
-void xmpp_non_sasl_authenticate(char *iq_id, char *username, char *password, char *resource) {
+void xmpp_non_sasl_authenticate(char *iq_id, char *username, char *password) {
        int result;
        char xmlbuf[256];