summaryrefslogtreecommitdiffstats
path: root/src/jabber_whiteboard/session-manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-2/+2
| | | | | create methods to match DOM (bzr r2253)
* separate updating window from updating layersbulia byak2006-11-181-0/+1
| | | (bzr r1984)
* initial keynodetable workdaleharvey2006-08-061-5/+6
| | | (bzr r1570)
* finalising session establishmentdaleharvey2006-08-041-3/+6
| | | (bzr r1559)
* empty messages are passed onto all listeners in pedro, gui ignores such messagesdaleharvey2006-08-031-2/+2
| | | (bzr r1553)
* work on jabber_whiteboarddaleharvey2006-08-031-60/+59
| | | (bzr r1550)
* added StateHandling to whiteboarddaleharvey2006-08-031-1/+4
| | | (bzr r1545)
* refactored session establishmentdaleharvey2006-08-021-251/+203
| | | (bzr r1541)
* restructuring whiteboarddaleharvey2006-07-311-4/+0
| | | (bzr r1534)
* handling recieved messagesdaleharvey2006-07-311-10/+49
| | | (bzr r1521)
* restructuring session-managerdaleharvey2006-07-301-63/+2
| | | (bzr r1520)
* more session establishmentdaleharvey2006-07-301-1/+1
| | | (bzr r1517)
* working on session establishmentdaleharvey2006-07-301-33/+30
| | | (bzr r1515)
* update to whiteboard, merged typedefs / defines and constantsdaleharvey2006-07-291-45/+10
| | | (bzr r1512)
* Refactoring Session Establishmentdaleharvey2006-07-261-13/+10
| | | (bzr r1481)
* added sendProtocoldaleharvey2006-07-251-0/+29
| | | (bzr r1478)
* session can be initlialised with a current document which is copied into the ↵daleharvey2006-07-251-17/+45
| | | | | inkboard document (bzr r1475)
* added choose desktop dialog during intialising a whiteboard sessiondaleharvey2006-07-201-8/+30
| | | (bzr r1439)
* manually merging the INKBOARD_PEDRO branch into trunkdaleharvey2006-06-231-1120/+329
| | | (bzr r1268)
* applied JID patch by Alexander Darovsky David Yip2006-05-291-2/+14
| | | | | (see https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1495414&group_id=93438) (bzr r1056)
* added functionality to for users to register jabber accounts within the ↵daleharvey2006-05-181-20/+115
| | | | | whiteboard->connect dialog (bzr r884)
* Users Jid is now stored in session data, which is used in from attributes. ↵daleharvey2006-05-101-5/+6
| | | | | lm_connection_set_jid is now not called, which allows authentication against jabber.org (bzr r805)
* removed resource name from self's jid, allowing authentication against ↵daleharvey2006-05-081-1/+1
| | | | | jabber.org (bzr r777)
* Persist User / Server / ChatServer name across succesful sessions (Given By ↵daleharvey2006-05-081-0/+10
| | | | | Botty) (bzr r773)
* removed lm_initialize calls and supporting infrastructure; loudmouth 1.1.1 ↵David Yip2006-05-031-5/+10
| | | | | does not require it for Win32 operation (bzr r712)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-2/+2
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* SP_DT_DOCUMENT -> sp_desktop_documentDavid Yip2006-04-171-2/+2
| | | (bzr r531)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1118
(bzr r1)