xmpp?

nduvnjak
Posts: 40
Joined: Wed Feb 06, 2008 3:45 pm

xmpp?

Post by nduvnjak »

Is there any support for XMPP protocol in Texis/Vortex?
More precisely, is it possible to write a Vortex script that will receive the XMPP messages and store them to Texis database?

If not, is that sort of thing planned for any future development?

Thanks!
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

xmpp?

Post by mark »

XMPP is basically an XML stream. Texis can parse the XML for import into a database. It won't connect to a server to capture the stream though. So you'd need to capture the data with a small client and pass it on to Texis/Vortex/timport for parsing and importing.