Changeset 7938

Show
Ignore:
Timestamp:
02/06/07 09:57:59 (21 months ago)
Author:
asterix
Message:

[smoku] fix SASL auth. fixes #1911

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/xmpp/auth_nb.py

    r6248 r7938  
    5050                        if char == '=': 
    5151                                expecting  = X_VALUE 
    52                         elif char == ',': 
     52                        elif char in (',', ' ', '\t'): 
    5353                                pass 
    5454                        else: 
     
    6060                                else: 
    6161                                        quotes_open = True 
    62                         elif char == ",": 
     62                        elif char in (',', ' ', '\t'): 
    6363                                if quotes_open: 
    6464                                        if not arr: