From Stephen Paul Weber to ~singpolyma/dev
>I have an above phone,# (236)361-5066. Above does not sell phone numbers. Do you have a JMP number? You can contact JMP support as per https://jmp.chat/faq#support >I realized I do not get texts on in and was wondering why? It was set up for me Jabber using the Cheogram App. Is your app showing as connected? Canbyou send messages? How are you testing inbound messages? >I had both my original SIM & eSIM on the same phone which was a mistake for me. I was unaware I wasn't getting texts through the eSIM #. If it is a JMP number it has nothing to do with your SIM or eSIM.
From Stephen Paul Weber to ~singpolyma/dev
>Replies don't seem to work properly when OMEMO is enabled. When I send a message without OMEMO encryption, Gajim renders it as a reply, and looking at the stanza, there is a reply element with the urn:xmpp:reply:0 namespace, as XEP-0461 states. When OMEMO is enabled, although the client graphically displays it as a display, its not an actual reply; gajim just shows a quote, and there is no reply element in the stanza. I tried this both in direct messages and in MUCs.
This is expected. Legacy OMEMO does not support encrypting this kind of
metadata. It would be changed if we add support for OMEMO2 though gajim does
not support that yet either.
From Stephen Paul Weber to ~singpolyma/dev
>From: Arash Malek <a.malek000@gmail.com> >Date: >Message-ID: <CAGAF-GjSVpQ0st_vx0tejUM5Jr6FDF2QzHaHXezM1585inWCfw@mail.gmail.com> >Subject: TEST ATTACH >To: malek@test.example.com >Content-Type: multipart/mixed; boundary="000000000000efa43e0627cab9e4" This looks invalid. It is missing the MIME-Version: 1.0 header. If I add that header then it seems to work.
From Stephen Paul Weber to ~singpolyma/dev
>The package libxml-sax breaks with GCC 14. It compiles a C shim where it >uses `calloc` and `free` without including stdlib.h. In previous GCC >versions this doesn't seem to be an issue (though it's warned about), but >GCC 14 fails with this nebulous error at the end: Please check if the new 0.7.6 works for you.
From Stephen Paul Weber to ~singpolyma/dev
>--- > forms/registration/bch.rb | 19 ++++++++++ > lib/btc_sell_prices.rb | 48 +++++++++++++++++++----- > lib/registration.rb | 71 ++++++++++++++++++++++++++++++------ > sgx_jmp.rb | 1 + > test/test_bch_sell_prices.rb | 41 +++++++++++++++++++++ > test/test_registration.rb | 61 ++++++++++++++++++++++++++++++- > 6 files changed, 219 insertions(+), 22 deletions(-) > create mode 100644 forms/registration/bch.rb > create mode 100644 test/test_bch_sell_prices.rb > >diff --git a/test/test_registration.rb b/test/test_registration.rb >index e3bf4e4..9d7f0ff 100644 >--- a/test/test_registration.rb
From Stephen Paul Weber to ~singpolyma/dev
>--- > sgx_jmp.rb | 15 ++++++++++----- > 1 file changed, 10 insertions(+), 5 deletions(-) > >diff --git a/sgx_jmp.rb b/sgx_jmp.rb >index cd2bb12..38c1daf 100644 >--- a/sgx_jmp.rb >+++ b/sgx_jmp.rb >@@ -847,16 +847,21 @@ Command.new( > reply.command << FormTemplate.render("lnp") > end > ]).then { |(customer, iq)| >- PortInOrder.parse(customer, iq.form).complete_with do |form| >+ PortInOrder.parse(customer, iq.form).complete_with { |form|
From Stephen Paul Weber to ~singpolyma/dev
>You are not permitted to submit tickets for this tracker.
The ticket tracker is read only. This mailing list or the chatroom are the
right places to make suggestions and reports.
From Stephen Paul Weber to ~singpolyma/dev
>--- > forms/registration/bch.rb | 19 +++++++++++ > lib/btc_sell_prices.rb | 48 +++++++++++++++++++++------ > lib/registration.rb | 64 ++++++++++++++++++++++++++++++------ > sgx_jmp.rb | 1 + > test/test_bch_sell_prices.rb | 41 +++++++++++++++++++++++ > test/test_registration.rb | 59 +++++++++++++++++++++++++++++++++ > 6 files changed, 212 insertions(+), 20 deletions(-) > create mode 100644 forms/registration/bch.rb > create mode 100644 test/test_bch_sell_prices.rb > >diff --git a/lib/registration.rb b/lib/registration.rb >index ce18987..8252bb4 100644 >--- a/lib/registration.rb
From Stephen Paul Weber to ~singpolyma/dev
>--- > sgx_jmp.rb | 15 ++++++++++----- > 1 file changed, 10 insertions(+), 5 deletions(-) > >diff --git a/sgx_jmp.rb b/sgx_jmp.rb >index cd2bb12..b0aa2ff 100644 >--- a/sgx_jmp.rb >+++ b/sgx_jmp.rb >@@ -847,16 +847,21 @@ Command.new( > reply.command << FormTemplate.render("lnp") > end > ]).then { |(customer, iq)| >- PortInOrder.parse(customer, iq.form).complete_with do |form| >+ order = PortInOrder.parse(customer, iq.form).complete_with { |form|
From Stephen Paul Weber to ~singpolyma/dev
>Please can you inform how to add a new account on the Cheogram ap using >IPv6 ? > >In the menu box where it says "hostname" do I put the IPv6 address ? In general you should not use this advanced hostname/port configuration. It is hidden by default for a reason and mostly only exists for testing/connecting to broken servers. If your DNS points at an IPv6 address (with AAAA or SRV pointing at something with an AAAA) then it should just work.