[jdev] extending XMPP with custom XML data

Will Gardner wgardner at superalerts.com
Wed Mar 25 13:37:34 CDT 2009


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-jdev at 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-unsubscribe at jabber.org
> _______________________________________________
>
>


-- 
Will Gardner
Super Alerts
Website: http://www.superalerts.com
Phone: 701-388-6171
SuperAlerts ID: will   Yahoo: gardnerhoo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.jabber.org/jdev/attachments/20090325/22058a3c/attachment-0003.htm>


More information about the JDev mailing list