Shubhamjain007 / openhab

Automatically exported from code.google.com/p/openhab
0 stars 0 forks source link

XMPP:answer may not be longer than 2000 chars #143

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. take a .items-file like demo.items
2. call "items" via XMPP
3. the received answer isn't complete because XMPP can't send more than 2000 
chars with a single send command.

It might be useful to return the response line by line or in segments of  2000 
characters

Original issue reported on code.google.com by Uwe.Bart...@gmail.com on 28 Oct 2012 at 5:49

GoogleCodeExporter commented 8 years ago
I have committed a fix in changeset 
http://code.google.com/p/openhab/source/detail?r=ff483081f43ff6fcead78a4c2c2df79
699eeadea.

I didn't test it myself yet - please have a try and let me know, if it does not 
work as expected.

Regards,
Kai

Original comment by kai.openhab on 28 Oct 2012 at 10:13