Setting up PSI to work with Konghack chat
chat client setup
Setting up PSI to work with Konghack chat Posted on: 04/26/2013 5:23am
Quote Post
disgruntled old man

Here's what you gotta do...

- First, go here [ http://psi-im.org/ ] and download/install PSI
- After you install it will prompt for account setup. Click "Use existing account"
- Next, you'll want to go here [ https://konghack.com/ucp/xmpp ] to get your XMPP settings.

- Under the "Account" tab enter the following information:
        XMPP Account: [Your Username] <--- from the XMPP settings page
        Password: [your konghack password]

- Under the "Connection" tab do the following:
        Check the "Manually Specify Server Host/Port:" box
        Host: chat.gcworldind.com
        Port: 5222

- Click "Save"

*** You MUST be disconnected from the chat on the webpage in order for this next step to work! ***

- In the bottom right corner of PSI, click "Offline" and change it to "Online".
- Accept/Trust any certification warnings

Okay, now that PSI is configured and connected, it's time to join the chat....

- Click General > Join Groupchat
- Remember that link I told you to go to for the XMPP settings? I hope you didn't close it out...
        Host: [MUC (multi user chat) Server] <--- from the XMPP settings page
        Room: [MUC Room] <--- from the XMPP settings page
        Nickname: [username]
        Password: [leave blank]
- Click "Join"

Here is kadat's video walkthrough for maximum handholding.


Adding bookmarks tutorial




New to Kong Hack and want to learn the basics? Check out the [Kong Hack 101] and the [Hacking 101].
Wanna learn how we make the hacks? Start with getting [the tools], then check these out: [AoB tutorial] | [.sol guide] | [Unity3d tutorial] | kadat's [video tutorials]
And if you don't already have it, check out the [Kong Hack Ultra Trainer]. You'll be glad you did!
RE: Setting up PSI to work with Konghack chat Posted on: 04/26/2013 10:18am
Quote Post
TIM the Enchanter
Level: 1
ADR Info
Leave the last password field blank, since that is "chatroom password", since you can have password protected chat rooms.




Everything's coming up KongHack!

"When you know nothing matters, the universe is yours" ~Rick Sanchez

RE: Setting up PSI to work with Konghack chat Posted on: 04/26/2013 5:14pm
Quote Post
disgruntled old man
Updated, thanks TiM



New to Kong Hack and want to learn the basics? Check out the [Kong Hack 101] and the [Hacking 101].
Wanna learn how we make the hacks? Start with getting [the tools], then check these out: [AoB tutorial] | [.sol guide] | [Unity3d tutorial] | kadat's [video tutorials]
And if you don't already have it, check out the [Kong Hack Ultra Trainer]. You'll be glad you did!
RE: Setting up PSI to work with Konghack chat Posted on: 05/10/2013 3:47am
Quote Post
Grammar Führer

You might want to move this to the Resources Forum. It would make a lot more sense if this was there.




No number of hacks, good or bad, can replace Common Sense.
If you don't know how to use a hack, don't complain about them. Ask first, then complain.
In case you'd like me to update one of my hacks, please PM me, I'll bother updating them...
We don't bitetoo much.
In case you're lost, make sure you check both "101" and the "Konghack Wiki".

RE: Setting up PSI to work with Konghack chat Posted on: 05/10/2013 9:35am
Quote Post
TIM the Enchanter
Level: 1
ADR Info

Moved and stickied.  There is also a link to this thread on the XMPP Settings page. :)





Everything's coming up KongHack!

"When you know nothing matters, the universe is yours" ~Rick Sanchez

RE: Setting up PSI to work with Konghack chat Posted on: 05/10/2013 3:58pm
Quote Post
The Laziest Man on KongHack

now if only new people were actually active in chat..




RE: Setting up PSI to work with Konghack chat Posted on: 05/16/2013 8:27pm
Quote Post

You can even configure PSI to autoconnect to the kongchat muc.

On your contact list right click on your konghack account and choose "XML console".
Tick the "Activate" box and click on "XML input".
Paste the following in the box, change "YOUR_NICK" to your nickname (just the nickname without the @chat.konghack.com part) and send it.

<iq type='set' id='2'>

<query xmlns='jabber:iq:private'>

<storage xmlns='storage:bookmarks'>

<conference name='konghackconf'

autojoin='true'

jid='konghack@conference.chat.konghack.com'>

<nick>YOUR_NICK</nick>

<password></password>

</conference>

</storage>

</query>

</iq>

You should get a respond like this

<iq from="YOUR_NICK@chat.konghack.com" type="result" to="YOUR_NICK@chat.konghack.com/XXX" id="2">
<query xmlns="jabber:iq:private"/>

</iq>

Untick Activate and close the window.
It should now autojoin kongchat muc when you go online the next time.
If it doesn't go to Options > Advanced and then options > muc > bookmarks and change auto-join to true.

RE: Setting up PSI to work with Konghack chat Posted on: 12/17/2013 11:02pm
Quote Post
Never let a computer tell me shit.

added in a video tutorial to first post




I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it.
"Obviously, windows are central to Windows. They are so important that they named the operating system after them. But what is a window?"

RE: Setting up PSI to work with Konghack chat Posted on: 12/18/2013 11:47am
Quote Post
disgruntled old man
Trocken Posted on: 05/16/2013 4:27pm

You can even configure PSI to autoconnect to the kongchat muc.

On your contact list right click on your konghack account and choose "XML console".
Tick the "Activate" box and click on "XML input".
Paste the following in the box, change "YOUR_NICK" to your nickname (just the nickname without the @chat.konghack.com part) and send it.

autojoin='true'

jid='konghack@conference.chat.konghack.com'>

YOUR_NICK



You should get a respond like this




Untick Activate and close the window.
It should now autojoin kongchat muc when you go online the next time.
If it doesn't go to Options > Advanced and then options > muc > bookmarks and change auto-join to true.



If this is too confusing for you, you can right click on whatever you named the connection for this chat (konghack, chat.konghack.com) in the main Psi window and go to "Bookmarks > Manage". Click add then fill in the host, room, and nick information. Be sure to check "Auto-join". Now whenever you log in, it'll open the chat.

video tutorial added. https://www.youtube.com/watch?v=Wk_SJ7GzuHI




New to Kong Hack and want to learn the basics? Check out the [Kong Hack 101] and the [Hacking 101].
Wanna learn how we make the hacks? Start with getting [the tools], then check these out: [AoB tutorial] | [.sol guide] | [Unity3d tutorial] | kadat's [video tutorials]
And if you don't already have it, check out the [Kong Hack Ultra Trainer]. You'll be glad you did!