Giter Club home page Giter Club logo

Comments (7)

acrisci avatar acrisci commented on June 26, 2024

Do you get the same if you use dbus-send?

from node-dbus-next.

sunnysidevibes avatar sunnysidevibes commented on June 26, 2024

dbus-send does work.

dbus-send --session --type=method_call --print-reply --dest="org.asamk.Signal" /org/asamk/Signal org.asamk.Signal.sendMessage string:[MESSAGE] array:string: string:[RECIPIENT]
method return sender=:1.38 -> dest=:1.43 reply_serial=2

from node-dbus-next.

djusHa avatar djusHa commented on June 26, 2024

Hi,
i can confirm this. No return if using getProxyObject() on signal-cli.
No matter if system bus or session bus.

https://github.com/AsamK/signal-cli

const SIGNAL_BUSNAME = 'org.asamk.Signal';
const SIGNAL_OBJECTPATH = '/org/asamk/Signal';

let obj = await bus.getProxyObject(SIGNAL_BUSNAME, SIGNAL_OBJECTPATH);

from node-dbus-next.

acrisci avatar acrisci commented on June 26, 2024

It's hard for me to set up because I don't have signal right now and I have to go through the whole process to test it.

Try to run that while running dbus-monitor and see if there's anything interesting.

from node-dbus-next.

djusHa avatar djusHa commented on June 26, 2024

you don't necesserily have to register signal on mobile phone, "normal" phone number does it too.

Just:
signal-cli -u <phonenumber in int. format> register --voice

after that, there will be a call that tells you the verification number.

Here you can unregister the number:https://signal.org/textsecure/unregister/

from node-dbus-next.

djusHa avatar djusHa commented on June 26, 2024

Have looked with dbus-monitor while running the script, nothing interesting...

from node-dbus-next.

acrisci avatar acrisci commented on June 26, 2024

Ok I see the issue. The unmarshaller doesn't handle big endian messages. Everything else I've tested uses little endian.

from node-dbus-next.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.