-
```
Add support to read out Google Talk messages too.
```
Original issue reported on code.google.com by `JimR...@gmail.com` on 3 Nov 2011 at 1:22
-
```
What steps will reproduce the problem?
1. Configure "Connection Settings"
2. Click Start/Stop
What is the expected output?
Unknown
What do you see instead?
"GTalkSMS: Invalid username or passwor…
-
```
What steps will reproduce the problem?
1. Configure "Connection Settings"
2. Click Start/Stop
What is the expected output?
Unknown
What do you see instead?
"GTalkSMS: Invalid username or passwor…
-
```
What steps will reproduce the problem?
1. Configure "Connection Settings"
2. Click Start/Stop
What is the expected output?
Unknown
What do you see instead?
"GTalkSMS: Invalid username or passwor…
-
```
Add support to read out Google Talk messages too.
```
Original issue reported on code.google.com by `JimR...@gmail.com` on 3 Nov 2011 at 1:22
-
```
What steps will reproduce the problem?
1. Configure "Connection Settings"
2. Click Start/Stop
What is the expected output?
Unknown
What do you see instead?
"GTalkSMS: Invalid username or passwor…
-
```
What steps will reproduce the problem?
1. Configure "Connection Settings"
2. Click Start/Stop
What is the expected output?
Unknown
What do you see instead?
"GTalkSMS: Invalid username or passwor…
-
There seems to be very little development activity going on since the move to open source xabber. In addition, judging from the version numbers, development happens in small steps only. Comments here …
-
```
src/xmpp/read_str.rs:34:39: 34:53 error: type `&[u8]` does not implement any method in scope named `slice_to`
src/xmpp/read_str.rs:34 (str::from_utf8(available.slice_to(last)).unwrap()…
-
I have added rust-xmpp dependency to my Cargo.toml:
```
[dependencies.rust-xmpp]
git = "https://github.com/Florob/rust-xmpp.git"
```
But when trying to compile my project with "cargo build" - get n…