We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The payload used for sending messages in SUTA lists the fromUser field twice in its XML. An example is below:
Oct 16, 2017 12:40:17 PM in.swifiic.plat.helper.hub.SwifiicLogger logMessage INFO: Msngr: Message received from dtn://galaxytab.dtn/in.swifiic.app.msngr.andi: <action appId="1" appName="Msngr" appVer="0.1" deviceId="TODO" opName="SendMessage" origUsr="shivam" version="0.1"> <arguments class="java.util.ArrayList"> <argument argName="message" argValue="Hhjj"/> <argument argName="toUser" argValue="SWiFiIC Operator"/> <argument argName="fromUser" argValue="GoodBoy"/> <argument argName="sentAt" argValue="1508137881917"/> <argument argName="fromUser" argValue="GoodBoy"/> </arguments> </action>
Helper.java might be the culprit here...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The payload used for sending messages in SUTA lists the fromUser field twice in its XML. An example is below:
Helper.java might be the culprit here...
The text was updated successfully, but these errors were encountered: