xmpp4js-bugs Mailing List for xmpp4js: javascript xmpp/jabber library
Status: Beta
Brought to you by:
h-iverson
You can subscribe to this list here.
2008 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: SourceForge.net <no...@so...> - 2008-02-26 20:52:41
|
Bugs item #1902491, was opened at 2008-02-26 14:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1009822&aid=1902491&group_id=209465 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: v0.2 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Harlan Iverson (h-iverson) Assigned to: Nobody/Anonymous (nobody) Summary: Script error upon clicking login: Xmpp4Js is not defined Initial Comment: Issue was reported as happening in in Firefox 2.0 and IE 6.0, but it affects all browsers. In simpleclient.html, if you change this line: <script type="text/javascript" src="../lib/xmpp4js.js"></script> to this: <script type="text/javascript" src="../xmpp4js.js"></script> the issue is resolved. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1009822&aid=1902491&group_id=209465 |
From: SourceForge.net <no...@so...> - 2008-02-21 05:39:39
|
Bugs item #1897413, was opened at 2008-02-19 17:57 Message generated for change (Comment added) made by h-iverson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1009822&aid=1897413&group_id=209465 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Harlan Iverson (h-iverson) >Assigned to: Harlan Iverson (h-iverson) Summary: Unexpected error condition causes JS error Initial Comment: Xmpp4Js.PacketFilter.TerminalErrorPacketFilter.conditions[condition] has no properties (no name)(Object, false, Object tId=11 status=0 statusText=communication failure)xmpp4js.js (line 134) (no name)(function(), Object domain=soashable.com server=soashable.com port=5222, [Object, false, Object tId=11 status=0 statusText=communication failure], undefined)extjs2.js (line 2) (no name)(Object tId=11 status=0 statusText=communication failure, undefined)extjs2.js (line 2) (no name)(Object conn=XMLHttpRequest tId=11, Object scope=Object argument=Object timeout=60000, undefined)extjs2.js (line 2) (no name)()extjs2.js (line 2) [Break on this error] var title=Xmpp4Js.PacketFilter.TerminalErrorPacketFilter.conditions[condition].t... ---------------------------------------------------------------------- >Comment By: Harlan Iverson (h-iverson) Date: 2008-02-20 23:39 Message: Logged In: YES user_id=1569623 Originator: YES added condition to check for empty/zero http response status in BOSH transport. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1009822&aid=1897413&group_id=209465 |