Differences between revisions 18 and 20 (spanning 2 versions)
Revision 18 as of 2010-12-08 23:49:36
Size: 1498
Editor: p5DC4D37C
Comment:
Revision 20 as of 2010-12-08 23:52:54
Size: 2164
Editor: p5DC4D37C
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
Line 23: Line 24:
Note: When adding the account username you will need to escape the \40 with a leading \ ( which makes it: \\40 )

{{{#!irc
00:51:43 <@dynamite> account 0 on
00:51:43 <@root> jabber - Logging in: Connecting
00:51:43 <@root> jabber - Logging in: Connected to server, logging in
00:51:43 <@root> jabber - Logging in: Converting stream to TLS
00:51:43 <@root> jabber - Logging in: Connected to server, logging in
00:51:43 <@root> jabber - Logging in: Authentication finished
00:51:43 <@root> jabber - Logging in: Authenticated, requesting buddy list
00:51:43 <@root> jabber - Logging in: Logged in
00:51:43 -!- _6ffa2f97a209391b [6ffa2f97a209391b@vz.net] has joined &bitlbee
00:51:43 -!- ServerMode/&bitlbee [+v _6ffa2f97a209391b] by ayu.openroot.de.local
}}}

Like facebook onsite chat StudiVZ also appears with numeric usernames, when first connecting.
This is also to be fixed setting the nick_source account setting to full_name.

{{{
account X set nick_source full_name
}}}

Where X is the ID of your connection.
Line 25: Line 50:
Note: When adding the account username you will need to escape the \40 with a leading \ ( which makes it: \\40 )  
Line 45: Line 70:
Like facebook onsite chat StudiVZ also appears with numeric usernames, when first connecting.
This is also to be fixed setting the nick_source account setting to full_name.
Line 48: Line 71:
{{{
account X set nick_source full_name
}}}

Where X is the ID of your connection.

How to connect to StudiVZ/MeinVZ/SchuelerVZ XMPP Services via !BitlBee

StudiVZ decided to release experimental support for XMPP connections from outside clients.

In the following example we are using the login credentials:

Username/E-Mail: frank@gmx.net

Password: password


   1 00:44:31 <@dynamite> account add jabber frank\\40gmx.net@vz.net password
   2 00:44:31 <@root> Account successfully added
   3 00:44:32 <@dynamite> account list
   4 00:44:32 <@root>  0 (jabber): jabber, frank\40gmx.net@vz.net
   5 00:44:32 <@root> End of account list
   6 00:44:51 <@dynamite> account 0 set server jabber.vz.net
   7 00:44:51 <@root> server = `jabber.vz.net'

Note: When adding the account username you will need to escape the \40 with a leading \ ( which makes it: \\40 )

   1 00:51:43 <@dynamite> account 0 on
   2 00:51:43 <@root> jabber - Logging in: Connecting
   3 00:51:43 <@root> jabber - Logging in: Connected to server, logging in
   4 00:51:43 <@root> jabber - Logging in: Converting stream to TLS
   5 00:51:43 <@root> jabber - Logging in: Connected to server, logging in
   6 00:51:43 <@root> jabber - Logging in: Authentication finished
   7 00:51:43 <@root> jabber - Logging in: Authenticated, requesting buddy list
   8 00:51:43 <@root> jabber - Logging in: Logged in
   9 00:51:43 -!- _6ffa2f97a209391b [6ffa2f97a209391b@vz.net] has joined &bitlbee
  10 00:51:43 -!- ServerMode/&bitlbee [+v _6ffa2f97a209391b] by ayu.openroot.de.local
  11 

Like facebook onsite chat StudiVZ also appears with numeric usernames, when first connecting. This is also to be fixed setting the nick_source account setting to full_name.

account X set nick_source full_name

Where X is the ID of your connection.


Server

jabber.vz.net (studiVZ+meinVZ) jabber.schuelervz.net (SchuelerVZ)

Port: 5222 (5223 SSL support)

Login

SchuelerVZ

Username:  frank\\40gmx.net@schuelervz.net  (The @ in your E-Mail address will be substituted with an \40)

StudiVZ/MeinVZ

Username:  frank\40gmx.net@studivz.net  (The @ in your E-Mail address will be substituted with an \40)

- TO BE CONTINUED -

BitlBee Wiki: HowtoStudiVZ (last edited 2011-06-12 04:30:12 by p5488A586)