java - Sending a String array through a tigase server from one Android to another using XMPP protocol -


i'm trying use smack libraries , tigase server send string array 1 android using xmpp protocol (i'm developing in java eclipse ide).

is string array item? or else? might able send file think might more energy consuming (for device's battery). there preferable way accomplish task?

i'm asking firstly because there no organized source can try find answers independently, , secondly because it's pretty basic task might take me several hours figure out apposed might have done before.

i'd happy receive information sources, if don't know answer particular question know find it...

this pretty simple do.

the simplest approach create chat between 2 users , send data message body. since content string array can sent comma delimited list of strings can marshall/unmarshall @ each end.

the fact using tigase irrelevant in case basic xmpp , work server.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -