- Timestamp:
- 2012-03-10T00:00:25Z (13 years ago)
- Branches:
- master
- Children:
- 57a65600
- Parents:
- e371011
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/sasl.c
re371011 r0872bb2 84 84 } 85 85 86 want_oauth = set_getbool( &ic->acc->set, "oauth" ); 87 86 88 mechs = g_string_new( "" ); 87 89 c = node->children; … … 105 107 } 106 108 107 if( ! sup_plain && !sup_digest )109 if( !want_oauth && !sup_plain && !sup_digest ) 108 110 { 109 111 if( !sup_gtalk && !sup_fb && !sup_ms ) … … 121 123 reply = xt_new_node( "auth", NULL, NULL ); 122 124 xt_add_attr( reply, "xmlns", XMLNS_SASL ); 123 want_oauth = set_getbool( &ic->acc->set, "oauth" );124 125 125 126 if( sup_gtalk && want_oauth )
Note: See TracChangeset
for help on using the changeset viewer.