Differences From Artifact [2e30d4f8cc]:
- File
src/XMPPConnection.m
— part of check-in
[ea9006fa33]
at
2011-02-15 02:52:16
on branch trunk
— Perform SASLPrep on the username and Resourceprep on the resource
The username is not necessarily a nodepart, therefore SASLPrep is more
appropriate than Nodeprep which we had before. (user: florob@babelmonkeys.de, size: 6892) [annotate] [blame] [check-ins using]
To Artifact [4861f51dfb]:
- File src/XMPPConnection.m — part of check-in [28c341cb47] at 2011-02-16 19:32:39 on branch trunk — Use one file per class. (user: js, size: 6913) [annotate] [blame] [check-ins using]
|
| | > | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #include <assert.h> #include <stringprep.h> #import "XMPPConnection.h" #import "XMPPStanza.h" #import "XMPPIQ.h" #define NS_BIND @"urn:ietf:params:xml:ns:xmpp-bind" #define NS_CLIENT @"jabber:client" #define NS_SASL @"urn:ietf:params:xml:ns:xmpp-sasl" #define NS_STREAM @"http://etherx.jabber.org/streams" @implementation XMPPConnection |
︙ | ︙ |