-
Add indicator to quickly identify which orgs can send and/or recieve.
While an icon could be use, the screenshot is just using unicode font.
```html
{"🅢"}{" "}
{"🅡"}
```
…
-
Prompt the sender and receiver to enter their names. and when a sender creates a room and a reciever joins the room reciever should see the sender's name and the sender should see the receivers name …
-
How about add new functionality - after capture PNG file send him to some EMAIL server/sender ?
See a working example code:
import smtplib
import imghdr
from email.message import EmailMessag…
-
Added mangoDB to a local server to use for local machines but when sending messages doesnt recieve notification from sender or to reciever
-
I have a little problem, maybe I dont know how it use coded correctly.
The Case is following, i have a Table for messages with sender & reciever which can vary depending on who sends to whom the me…
-
I got a message on the TM of one of my tiles being invalidated from a german user and the invalidated message is in the German language of the sender, rather than my chosen language of english. (At l…
-
From what I understand HTTPS transfers are secured using a self signed cert. Is there any way to check if the same cert is being used by both parties? If the reciever or sender accept any random cert …
-
The following error is being generated:
----------------------------------------------------------------------------------------------------------------------------------------
File "hanacleaner.py"…
-
Consider the following program:
```rust
use std::sync::mpsc::channel;
fn main() {
let (sender, reciever) = channel();
let source = (1..10).map(move |i| {sender.send(i).unwrap(); i})…
-
Hello @aksonov
Thanks for the the library. My issue is Im getting different Xmmpp.on('message', message) for Android and IOS.
While Recieveing Message this is the Format:
IOS : {
"active": "…