How to get the column 'name' of the table ofuser in my strophe client?

Hello,

I have a case where I need get the ‘column’ name of the table ofuser in my strophe client, in the contact list.

I put this question in the strophe list too: https://groups.google.com/forum/?fromgroups#!topic/strophe/_YwVuUisdVI

How to get this data ?

thanks,

Leandro.

You aren’t going to be able to do something like this via the XMPP spec, since it is purely an implementation detail. You will have to create a plugin for the server if you want to make custom queries via XMPP.