pidgin/nest

Start on the XMPP portion of the FAQ

2019-06-05, John Bailey
19706d4568aa
Parents d9f7e69d3f85
Children a96410199170
Start on the XMPP portion of the FAQ
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/hugo/content/help/xmpp.md Wed Jun 05 00:19:04 2019 -0400
@@ -0,0 +1,20 @@
+---
+title: "XMPP (Jabber)"
+date: 2019-06-04T00:16:51-04:00
+---
+
+### What is the difference between Jabber and XMPP?
+
+Jabber and XMPP are the same protocol. The only difference is that Jabber is a trademarked name and XMPP is the official name of the protocol.
+
+### Does Pidgin support Nimbuzz, Web.de Messenger, GMX Messenger, or 1&1 Messenger?
+
+Yes; they are simply services that use the XMPP protocol.
+
+### How do I choose which XMPP server to use or configure an XMPP account?
+
+The XMPP server is part of your XMPP ID. For example, in the ID `foo@bar.com`, `bar.com` would be the server to use. When entering your XMPP account information into Pidgin, specify everything _before_ the `@` (in the example, this would be `foo`) in the Username field and everything _after_ the `@` (in the example, this would be `bar.com`) in the Domain field.
+
+### What is the "Resource" field for in the account editor?
+
+The resource field specifies the XMPP resource you are using. The use of unique resources allows you to connect to your XMPP server from multiple locations simultaneously. Resources migfht have meaningful names, such as Home, Work, Mobile, etc. or something else entirely that you choose. Pidgin defaults to a blank resource, as most servers will assign one if the client doesn't specify.