Hey Kevin,

I found a few more issues and fixed them yesterday. The code is now in the
Google Code svn repository. The project is called as3xmpp. You may want to
do a clean sync from that location.

http://code.google.com/p/as3xmpp/

- Danny

On 1/10/07, Kevin Newman <[EMAIL PROTECTED]> wrote:

  Hi Danny,

Thanks for adding that file, that seemed to clean up a lot of the
compile errors. There is still one error though, there does not seem to
be a definition for PacketExtension, which is referenced in several
places in mx.collaboration.xmpp.protocol.packets.Packet.as

I've also noticed that there are a few references to a import
mx.collaboration.xmpp.protocol.extensions package, but do not see that
in the SVN repository. I tried making a dud PacketExtension Class to see
if I could get it to compile, but then I got errors about the
ExtensionManager class being missing (in the extensions package
presumably).

Like I said, I'm just playing around with this and XIFF so far. I'm not
doing anything critical with it, so there's no pressure (at least not
from me). :-)

I'm still using the labs svn btw.

Thanks,

Kevin N.

Daniel Dura wrote:
> Kevin,
>
> I added the file. You should be able to update from the labs
> repository and get the file. I will be moving to Google Code later
> today, so future updates will be added there.
>
> Let me know if you have any other issues.
>
> - Danny
>
> On 1/9/07, *Kevin Newman* <[EMAIL PROTECTED] <CaptainN%40unfocus.com>
> <mailto:[EMAIL PROTECTED] <CaptainN%40unfocus.com>>> wrote:
>
> Danny,
>
> Sweet! I'll just wait for the update, but there's honestly no
> rush, I am
> really just playing around at this point.
>
> Thanks for the quick response. :-)
>
> Kevin N.
>
> Daniel Dura wrote:
> > Hey Kevin
> >
> > I am actually getting ready to move the XMPP library over to Google
> > Code today, and will fix that bug. Basically, there is a namespace
> > called 'xmpp_internal' that I am using. You should be able to define
> > it yourself (the package location for that namespace should be
> > specified in the imports for Packet.) and work around it until I
> > update. Or if you can wait until this afternoon I will have an
> update
> > for you.
> >
> > - Danny
> >
> >
> > On 1/9/07, *Kevin Newman* <[EMAIL PROTECTED]<CaptainN%40unfocus.com>
> <mailto:CaptainN% <CaptainN%25>40unfocus.com>
> > <mailto:[EMAIL PROTECTED] <CaptainN%40unfocus.com> <mailto:
CaptainN% <CaptainN%25>40unfocus.com>>> wrote:
> >
> > Hello,
> >
> > I have been getting some errors trying to compile the XMPP library
> > from
> > Adobe Labs.
> >
> > It seems that the namespace "xmpp_internal" is not defined
> > anywhere, and
> > there is no class for "PacketExtension" which is used several
> > times in
> > Packet.as <http://Packet.as> < http://packet.as/>.
> >
> > Is there a solution to these problems? Or should I wait for an
> > update,
> > or use XIFF?
> >
> > Thanks,
> >
> > Kevin N.
> >
> > P.S. Here are the errors:
> >
> > Severity Description Resource In Folder Location Creation
> > Time Id
> > 2 1004: Namespace was not found or is not a compile-time constant.
> > XMPPStream.as
> > xmpp/src/actionscript3/mx/collaboration/xmpp/protocol line 48
> > January 8, 2007 6:06:01 PM 68
> > 2 1004: Namespace was not found or is not a compile-time constant.
> > Packet.as <http://Packet.as> < http://packet.as/>
> > xmpp/src/actionscript3/mx/collaboration/xmpp/protocol/packets line
> > 51 January 8, 2007 6:06:01 PM 67
> > 2 1004: Namespace was not found or is not a compile-time constant.
> > Packet.as <http://Packet.as> < http://packet.as/>
> > xmpp/src/actionscript3/mx/collaboration/xmpp/protocol/packets line
> > 62 January 8, 2007 6:06:01 PM 66
> > 2 1046: Type was not found or was not a compile-time constant:
> > PacketExtension. Packet.as <http://Packet.as> < http://packet.as/>
> > xmpp/src/actionscript3/mx/collaboration/xmpp/protocol/packets line
> > 187 January 8, 2007 6:06:01 PM 62
> > 2 1046: Type was not found or was not a compile-time constant:
> > PacketExtension. Packet.as <http://Packet.as> < http://packet.as/>
> > xmpp/src/actionscript3/mx/collaboration/xmpp/protocol/packets line
> > 193 January 8, 2007 6:06:01 PM 63
> > 2 1046: Type was not found or was not a compile-time constant:
> > PacketExtension. Packet.as <http://Packet.as> < http://packet.as/>
> > xmpp/src/actionscript3/mx/collaboration/xmpp/protocol/packets line
> > 207 January 8, 2007 6:06:01 PM 64
> > 2 1046: Type was not found or was not a compile-time constant:
> > PacketExtension. Packet.as <http://Packet.as> < http://packet.as/>
> > xmpp/src/actionscript3/mx/collaboration/xmpp/protocol/packets line
> > 237 January 8, 2007 6:06:01 PM 65
> >
> >
> >
>

Reply via email to