Skip to content
New issue

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

Message Payload lists fromUser twice #41

Open
shortstheory opened this issue Oct 17, 2017 · 0 comments
Open

Message Payload lists fromUser twice #41

shortstheory opened this issue Oct 17, 2017 · 0 comments

Comments

@shortstheory
Copy link
Member

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant