FBXMPP OAuth
Marc Kalmes
mkalmes at gmail.com
Sun Mar 6 19:11:39 UTC 2011
Hello,
On Mar 1, 2011, at 7:24 AM, Peter Hosey wrote:
>> +- (NSCharacterSet *)allowedCharacters{
>> + return [NSCharacterSet characterSetWithCharactersInString:@"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_ "];
>> +}
>> +
>> +- (NSCharacterSet *)allowedCharactersForUIDs{
>> + return [NSCharacterSet characterSetWithCharactersInString:@"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_"];
>> }
>
> Do we really only want the ASCII letters and numbers, or would it be better to use the alphanumeric character set and add the ‘_’ and space to it?
Does FBXMPP support user-id characters as described in XEP-0029 [1]? If so, please review the patch I've submitted to #13099.
-Marc
[1] http://xmpp.org/extensions/xep-0029.html
More information about the devel
mailing list