diff options
author | Marius Halden <marius.h@lden.org> | 2016-07-06 18:03:30 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-07-06 18:03:30 +0200 |
commit | 405a14e9ea1da8332d1550c7d08bc31ca469272e (patch) | |
tree | ad85d2b0780e6a4f67b16f176fd1eb3c8d1b709f /protocols/jabber/jabber.h | |
parent | 7dae47d5ed41d6b81e091b6324a11e1bc78d22a6 (diff) |
Use saslprep, more cb stuff
Diffstat (limited to 'protocols/jabber/jabber.h')
-rw-r--r-- | protocols/jabber/jabber.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/jabber/jabber.h b/protocols/jabber/jabber.h index 3445e4d7..c97c5b71 100644 --- a/protocols/jabber/jabber.h +++ b/protocols/jabber/jabber.h @@ -109,6 +109,7 @@ struct jabber_data { int scram_algo; char *cnonce; char *server_signature; + char *cb_header; } challenge; const struct oauth2_service *oauth2_service; |