Project

General

Profile

Bug #249

BeemService please assert this error

Added by John Pope about 14 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
XMPP
Target version:
Start date:
02/26/2010
Due date:
% Done:

100%

Estimated time:
Affected version:
hg
Locale:
Close

Description

line 194

mLogin = StringUtils.parseName(tmpJid);
when connecting to a local openfire server with USERNAME=admin PASSWORD=admin (with no @domain.com), the ignite StringUtil parser returns null.

if (mLogin  "") {
Log.e(TAG, "Error parsing username / is it a valid JID??");
if (tmpJid ""){
Log.e(TAG, "User Input Error - no username configured");
// return; throw error
}else{
mLogin =tmpJid;
}
}

Also available in: Atom PDF