| ... | ... | @@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# General
|
|
|
|
|
|
|
|
### What does Gajim mean?
|
|
|
|
### What does Gajim stand for?
|
|
|
|
|
|
|
|
Gajim = **G**ajim (is) **a J**abber **I**nstant **M**essenger.
|
|
|
|
|
| ... | ... | @@ -12,15 +12,11 @@ Some users think it means "**G**tk **A**bsolute **J**abber **I**nstant **M**esse |
|
|
|
|
|
|
|
Gajim supports many features described by XEPs. There is a [list of supported XEPs](https://gajim.org/support/extensions/).
|
|
|
|
|
|
|
|
### Is Gajim able to print the XMPP protocol XML stream it sends and receives?
|
|
|
|
|
|
|
|
Yes, it can. In the Main Window go to View → XML Console.
|
|
|
|
|
|
|
|
### Does Gajim support Audio/Video?
|
|
|
|
|
|
|
|
> *This feature is currently not available as it is broken and not maintained.*
|
|
|
|
|
|
|
|
On GNU/Linux you need `python-farstream` and `gstreamer-plugins-bad` packages.
|
|
|
|
On GNU/Linux you can check the [README](https://dev.gajim.org/gajim/gajim/-/blob/master/README.md) what dependencies are necessary
|
|
|
|
|
|
|
|
You can always check if your setup would work, by going to Help → Features.
|
|
|
|
|
| ... | ... | @@ -30,8 +26,7 @@ Yes, there is an [OMEMO plugin](https://dev.gajim.org/gajim/gajim-plugins/wikis/ |
|
|
|
|
|
|
|
### Does Gajim support Off The Record encryption (OTR)?
|
|
|
|
|
|
|
|
Support for OTR was dropped in Gajim 1.0. There is an [OTR plugin](https://dev.gajim.org/gajim/gajim-plugins/wikis/OffTheRecordPlugin) for Gajim 0.16, which is based on the [Pure Python OTR](https://github.com/afflux/pure-python-otr). Use of this plugin is discuraged, as it is not maintained. The OTR plugin was not ported to Gajim 1.0. Instead, you could use OMEMO or PGP.
|
|
|
|
|
|
|
|
Support for OTR was dropped in Gajim 1.0. OTR does has some drawbacks which are not acceptable in todays messenger landscape. Mainly it does not work good in a multidevice setup and it is session based, as such people have to be online to chat (No offline messages)
|
|
|
|
|
|
|
|
# Configuration
|
|
|
|
|
| ... | ... | @@ -39,10 +34,6 @@ Support for OTR was dropped in Gajim 1.0. There is an [OTR plugin](https://dev.g |
|
|
|
|
|
|
|
Please read our section about the [Advanced Configuration Editor](./ACE). By using ACE you can access additional settings, which are not included in the Preferences window.
|
|
|
|
|
|
|
|
### How do I setup an ICQ transport in Gajim?
|
|
|
|
|
|
|
|
Please see [Transport Setup](./TransportSetup).
|
|
|
|
|
|
|
|
### Gajim opens Folder/Files with the wrong application (Linux)
|
|
|
|
|
|
|
|
Check if the correct file/folder handler is configured on your System, if that is the case check
|
| ... | ... | @@ -65,7 +56,7 @@ KDE Bug for reference: https://bugs.kde.org/show_bug.cgi?id=305136 |
|
|
|
|
|
|
|
### Ctrl + Tab acts in a unique way
|
|
|
|
|
|
|
|
<kbd>Ctrl</kbd> + <kbd>Tab</kbd> is a shortcut key to go to next unread tab or next composing tab if there is no unread tab. You can disable "going to next composing" in the [Advanced Configuration Editor](./ACE).
|
|
|
|
<kbd>Ctrl</kbd> + <kbd>Tab</kbd> is a shortcut key to go to next unread tab or next composing tab if there is no unread tab.
|
|
|
|
|
|
|
|
### I have a problem...
|
|
|
|
|
| ... | ... | @@ -74,3 +65,19 @@ Feel free to ask your question in our channel [gajim@conference.gajim.org](xmpp: |
|
|
|
### Do you guys keeps web statistics?
|
|
|
|
|
|
|
|
Yes, you can find them [here](http://www.lagaule.org/cgi-bin/awstats.pl?config=gajim&framename=index&lang=en).
|
|
|
|
|
|
|
|
# Chat
|
|
|
|
|
|
|
|
### How can i correct a message?
|
|
|
|
|
|
|
|
Press <kbd>Ctrl</kbd> + <kdb>Up Arrow</kdb>
|
|
|
|
|
|
|
|
### How can i make my avatar available to other people in public group chas?
|
|
|
|
|
|
|
|
Check your privacy settings at Accounts -> Profile -> Edit
|
|
|
|
|
|
|
|
# Advanced
|
|
|
|
|
|
|
|
### Is Gajim able to print the XMPP protocol XML stream it sends and receives?
|
|
|
|
|
|
|
|
Yes, it can. In the Main Window go to View → XML Console. |
|
|
\ No newline at end of file |