1. 17 Dec, 2014 3 commits
  2. 16 Dec, 2014 2 commits
  3. 15 Dec, 2014 1 commit
  4. 13 Dec, 2014 1 commit
  5. 12 Dec, 2014 1 commit
  6. 11 Dec, 2014 2 commits
  7. 10 Dec, 2014 3 commits
  8. 09 Dec, 2014 7 commits
  9. 07 Dec, 2014 2 commits
    • Dave Cridland's avatar
      Merge pull request #132 from Flowdalic/saslbase64 · 92e35494
      Dave Cridland authored
      Don't return incorrect-encoding when receiving '='
      92e35494
    • Florian Schmaus's avatar
      Don't return incorrect-encoding when receiving '=' · 84e41fbe
      Florian Schmaus authored
      when performing SASL authentication.
      
      Since 3eadecb6 Openfire would return
      incorrect-encoding when a SASL auth packet would contain just a single
      equals sign ('='). But this is correct (client) behavior according to
      RFC 6120 6.4.2.
      
      Related to OF-736
      
      07:25:42 PM SENT (2109957412): <stream:stream xmlns='jabber:client' to='igniterealtime.org' xmlns:stream='http://etherx.jabber.org/streams' version='1.0'>
      07:25:42 PM RCV  (2109957412): <?xml version='1.0' encoding='UTF-8'?><stream:stream xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" from="igniterealtime.org" id="1d96e3b3" xml:lang="en" version="1.0">
      07:25:43 PM RCV  (2109957412): <stream:features><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"></starttls><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>DIGEST-MD5</mechanism><mechanism>JIVE-SHAREDSECRET</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism><mechanism>CRAM-MD5</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/></stream:features>
      07:25:43 PM SENT (2109957412): <auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='DIGEST-MD5'>=</auth>
      07:25:43 PM RCV  (2109957412): <failure
      xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><incorrect-encoding/></failure>
      84e41fbe
  10. 06 Dec, 2014 4 commits
  11. 04 Dec, 2014 3 commits
  12. 03 Dec, 2014 7 commits
  13. 02 Dec, 2014 2 commits
  14. 30 Nov, 2014 2 commits