瀏覽代碼

Using XMPP with Android

Bob Mottram 11 年之前
父節點
當前提交
33aac7085c
共有 1 個檔案被更改,包括 17 行新增1 行删除
  1. 17
    1
      beaglebone.txt

+ 17
- 1
beaglebone.txt 查看文件

1978
 prosodyctl status
1978
 prosodyctl status
1979
 #+END_SRC
1979
 #+END_SRC
1980
 
1980
 
1981
-*** Using it with Ubuntu
1981
+*** Using with Ubuntu
1982
 Open *System Settings* and select *Online Accounts*, *Add account*  and then *Jabber*.
1982
 Open *System Settings* and select *Online Accounts*, *Add account*  and then *Jabber*.
1983
 
1983
 
1984
 Enter your username (myusername@mydomainname.com) and password.
1984
 Enter your username (myusername@mydomainname.com) and password.
1985
 
1985
 
1986
 Click on *Advanced* and make sure that *Encryption required* and *Ignore SSL certificate errors* are checked.  Ignoring the certificate errors will allow you to use the self-signed certificate created earlier.  Then click *Done* and set your Jabber account and Empathy to *On*.
1986
 Click on *Advanced* and make sure that *Encryption required* and *Ignore SSL certificate errors* are checked.  Ignoring the certificate errors will allow you to use the self-signed certificate created earlier.  Then click *Done* and set your Jabber account and Empathy to *On*.
1987
+*** Using with Android
1988
+Install [[https://f-droid.org/][F-Droid]]
1989
+
1990
+Search for and install Gibberbot
1991
+
1992
+From the menu open *Accounts*
1993
+
1994
+Select *Add account*
1995
+
1996
+Change the server port from 0 to 5222
1997
+
1998
+Done
1999
+
2000
+Accept unknown certificate? Select *Always*
2001
+
2002
+Go back to the initial screen and then using the menu you can add contacts and begin chatting.
1987
 ** Install Gopher
2003
 ** Install Gopher
1988
 Gopher is an old internet protocol which originated a few years before the web and is purely text based.  It can be quite fun to build a gopher site and browse the gopherverse.  One thing to keep in mind is that there is no security with gopher, so any text transmitted is trivially interceptable by systems such as [[https://en.wikipedia.org/wiki/XKeyscore][Xkeyscore]] or deep packet inspection.
2004
 Gopher is an old internet protocol which originated a few years before the web and is purely text based.  It can be quite fun to build a gopher site and browse the gopherverse.  One thing to keep in mind is that there is no security with gopher, so any text transmitted is trivially interceptable by systems such as [[https://en.wikipedia.org/wiki/XKeyscore][Xkeyscore]] or deep packet inspection.
1989
 
2005