-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels