List All Pages
Description
Server gives client list of advertisements
Notes
Type Code
122
Version
29
Payload Structure
struct
{
Advertisement ads[];
};
struct Advertisement
{
KeyValuePair pairs[];...
Description
Server tells client about status of recent authentication process
Notes
Type Code
160
Version
29
Payload Structure
struct
{
string message;
};
Payload Fields...
Description
Feedback of server to some message of client
Notes
Seems to have many different uses
Type Code
100
Version
29
Payload Structure
struct
{
uint16 type;
uint16 show;
union...
Description
Server gives client list of user's friends
Notes
Type Code
67
Version
29
Payload Structure
struct
{
Friend friends[];
};
struct Friend
{
string uid_key = "uid";
char...
Gaim-PT is a plugin for Gaim 1.5 to support Paltalk licensed under GPL.
It is developed by Tim Hentenaar who generously contributed it to free software community. It is currently unmaintained and...
You may help us in documenting Paltalk protocols in several ways. I'll show you some of them.
Be careful about licensing of Paltalk products and services. For example it is up to you to determine...
Description
Request UIN of some nickname from server
Notes
Type Code
-1131
Version
93
Payload Structure
struct
{
uint32 one = 1;
string nickname;
};
Payload Fields Description
one
(?)...
Description
Server gives client list of categories of chat groups
Notes
Type Code
413
Version
29
Payload Structure
struct
{
Category categories[];
};
struct Category
{
KeyValuePair...
Description
Server gives client list of subcategories of chat group categories
Notes
Type Code
414
Version
29
Payload Structure
struct
{
Subcategory subcategories[];
};
struct Subcategory
{...
Description
Just a hello from Paltalk server
Notes
Sent by server to client on start of connection as a kind of handshaking
Type Code
-117
Version
14
Payload Structure
struct
{
char hello[18]...
Add here any kind of information about Paltalk protocols which you don't know where in the wiki they should go.
Just join and edit this page bravely!
Paltalk encrypts the login infomation send to...
Currently any user with a wikidot.com account can edit pages. However members of this wiki have extra permissions such as page creation and file upload. This policy may change in future.
Anyone can...
This is an effort to provide an unofficial documentation for the protocols used by Paltalk instant messaging services.
The original motivation behind this effort is to help free software IM client...
Description
Servers gives UIN of a nickname
Notes
Usually sent to client in reponse to Get UIN
Type Code
1131
Version
29
Payload Structure
struct
{
string uin_key = "uin";
char uid_eq =...
Introduction
Text Messaging
Get Involved
Tools
Information Pool
Join Us
Recent Changes
List All Pages
Page Tags
Site Manager
Site Members
+
Members:
Moderators
Admins
Description
TODO: A short description of this message type
Notes
TODO: Notes about this message type
Type Code
TODO: Message type code(s) in hex.
Example:
0x01234567
Payload Structure
TODO: Payload...
Description
Server instructs client to switch to given server IP and port
Notes
Seems to be sent only by master servers
Type Code
-119
Version
0
Payload Structure
struct
{
uint32 ip;...
PaltalkScene, the official Paltalk client, uses a single TCP connection for all its communication with server to provide text messaging service (i.e. separate connections are established for other...
Wireshark
A popular network protocol analyzer.
Homepage: http://www.wireshark.org/
Wireshark includes a simple Paltalk dissector since version 1.2.0.
Paltalk Dump Formatter
A tool that gets...
Text Messaging
Get Involved
Tools
Description
Server gives some information about the user
Notes
Usually sent to client just after a successful login
Type Code
410
Version
29
Payload Structure
struct
{
KeyValuePair...





