Commit Graph

123 Commits (020cd46f0341663d71ebdbd02f67032ddcb4a677)

Author SHA1 Message Date
Waqas Hussain 00f021695c mod_presence: Fix a global access 17 years ago
Waqas Hussain 028a4979d1 mod_presence: Check for nil 'to' attribute in all cases for outgoing stanzas 17 years ago
Waqas Hussain 6f05311d94 mod_presence: Check for nil 'to' attribute in all cases for incoming stanzas 17 years ago
Waqas Hussain 39a5e9a883 mod_presence: return true from incoming presence handlers to prevent further processing 17 years ago
Waqas Hussain 71e6ba9a5c mod_presence: Handle non-subscription presence and routing 17 years ago
Waqas Hussain 78eea929eb mod_presence: Handle subscriptions and probes 17 years ago
Waqas Hussain 739fcf0e20 mod_presence: Add hooks for inbound presence 17 years ago
Waqas Hussain fca2512650 mod_presence: Fix a comment 17 years ago
Waqas Hussain 462c308e8d mod_presence: Handle all outbound presence stanzas 17 years ago
Waqas Hussain 2b3431a779 mod_presence: A little cleanup 17 years ago
Waqas Hussain 7ff04a760e mod_presence: Remove JIDs from directed presence list on sending error or unavailable presence 17 years ago
Waqas Hussain a039878df6 mod_presence: Handle outbound presence to full JIDs 17 years ago
Waqas Hussain 56503dcc06 mod_presence: Changed to use the prosody.events object directly, rather than through eventmanager2 17 years ago
Matthew Wild 72b2a6fd6b mod_presence: Lower some log levels to their correct values 17 years ago
Matthew Wild bc682f6d41 mod_presence: Use logger supplied by modulemanager 17 years ago
Matthew Wild 5f25d03a92 mod_presence: Leave alone the from attribute of session.presence. Big thanks to albert for figuring out the steps to reproduce this bug, and for giving us a ([very] slight) performance increase! 17 years ago
Waqas Hussain 6882c5dae0 mod_presence: Added a FIXME comment about directed presence 17 years ago
Waqas Hussain 5876adcc5e mod_presence: return true from the presence handler 17 years ago
Waqas Hussain 3ab59e41d3 mod_presence: Broadcast a user's presence to only the user's 'available' resources 17 years ago
Waqas Hussain 2914bea954 mod_presence: Fix for local presence subscriptions and probes 17 years ago
Waqas Hussain a4889cee50 mod_presence: Remove some rather drastic debugging code 17 years ago
Waqas Hussain ea626fdf64 mod_presence: Fix incorrect internal routing for probes and subscriptions 17 years ago
Waqas Hussain 85faabc6f4 Stopped using presencemanager in stanza_router 17 years ago
Waqas Hussain 6857f81a91 mod_presence: initial commit 17 years ago
Waqas Hussain 6951dc1cd2 Fixed: Issue with presence error routing 17 years ago
Matthew Wild c80f91dc02 0.3->0.4 17 years ago
Waqas Hussain 617476f5fd core.presencemanager: Convert Windows line endings to UNIX 17 years ago
Matthew Wild 412368f62a core.presencemanager: Set 'from' attribute on outgoing unavailable directed presences 17 years ago
Waqas Hussain 2f24ab95fe Fixed directed presence handling to work correctly for components 17 years ago
Matthew Wild c5ee166aa9 Update copyright notices for 2009 18 years ago
Matthew Wild f2d020191f 0.2->0.3 18 years ago
Matthew Wild bf3b96204d GPL->MIT! 18 years ago
Waqas Hussain 6061bd797c Delete the offline message store only when offline messages are present 18 years ago
Waqas Hussain f963d6de4a Directed presence 18 years ago
Matthew Wild d3ad4a5123 0.1 -> 0.2 18 years ago
Matthew Wild c016526d9d Backed out changeset 099d8a102deb (committed too much) 18 years ago
Matthew Wild 0d2b952b61 Add TLS socket to readlist before handshake starts, fixes major slow-down on TLS connections 18 years ago
Matthew Wild 0c5cc83112 Insert copyright/license headers 18 years ago
Waqas Hussain e7cfd63968 Moved incoming c2s presence handling from stanza_router to presencemanager 18 years ago
Waqas Hussain 4293aefe65 Send unsubscribe and unsubscribed on roster item delete, and broadcast available resources' presence in reply to pre-approved subscription request 18 years ago
Waqas Hussain 9619535295 Adding logging for outbound presence broadcasts (changed it a bit) 18 years ago
Waqas Hussain 5b54dd0b17 Adding logging for outbound presence broadcasts 18 years ago
Waqas Hussain f52d02787c Second fix for broadcasting presence of available resources to newly approved contact 18 years ago
Waqas Hussain e421d0eb42 Fix for broadcasting presence of available resources to newly approved contact 18 years ago
Waqas Hussain cf763f1f65 Moved presence subscription code from stanza_router to presencemanager 18 years ago