I've been using a few libraries and getting by with their class files so I
haven't drilled down this far before.

This was exactly what I was looking for. Thanks for the help!

Will

2009/3/25 Jonathan Schleifer <js-j...@webkeks.org>

> Am 25.03.2009 um 19:14 schrieb Will Gardner:
>
>  Although xml "storage" gives me the impression that it just storing -- but
>> I think it means sending and receiving as well.
>>
>
> No, it doesn't. It's just to store arbitrary XML data on the server and
> receive it later.
>
> What you want it just XMPP core, which allows you to add your own namespace
> and put in there whatever you like.
>
> <message to='foo' type='chat'>
> <body>My text</body>
> <somenonstandardfoo xmlns='https://nonstandard.org/foo'>
> <foo><bar/></foo>
> <baz>qux!</baz>
> </somenonstandardfoo>
> </message>
>
> You should really read XMPP core before writing an XMPP app, as this is
> very basic stuff, used by many of the XMPP Extensions (XEPs) ;).
>
> --
> Jonathan
>
>
> _______________________________________________
> JDev mailing list
> Forum: http://www.jabberforum.org/forumdisplay.php?f=20
> Info: http://mail.jabber.org/mailman/listinfo/jdev
> Unsubscribe: jdev-unsubscr...@jabber.org
> _______________________________________________
>
>


-- 
Will Gardner
Super Alerts
Website: http://www.superalerts.com
Phone: 701-388-6171
SuperAlerts ID: will   Yahoo: gardnerhoo
_______________________________________________
JDev mailing list
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: jdev-unsubscr...@jabber.org
_______________________________________________

Reply via email to